summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorpierrejoye <pierre.php@gmail.com>2016-07-18 00:24:45 +0700
committerGitHub <noreply@github.com>2016-07-18 00:24:45 +0700
commitb2b7f759b0cf26cd65a619d2c6c2afaec60b0a0d (patch)
tree6d405bd7d9258c378626df7be38ad3543369cec5 /CONTRIBUTING.md
parent52968743439f50f1c58cb9037cc19848ae82b4bd (diff)
downloadlibgd-b2b7f759b0cf26cd65a619d2c6c2afaec60b0a0d.tar.gz
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ed52911..48b608f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# Contributing to Atom
+# Contributing to libgd
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
@@ -19,7 +19,7 @@
* [Coding standard](#coding-standard)
* [Documentation Styleguide](#documentation-styleguide)
- ## What should I know before I get started?
+## What should I know before I get started?
### Code of Conduct
@@ -62,3 +62,6 @@ Explain the problem and include additional details to help maintainers reproduce
* **Explain which behavior you expected to see instead and why.**
* **Include images, expected and result images** which show you following the described steps and clearly demonstrate the problem.
* **If you're reporting that libGD crashed**, include a crash report with a stack trace from the operating system. Include the crash report in the issue in a [code block](https://help.github.com/articles/markdown-basics/#multiple-lines), a [file attachment](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/), or put it in a [gist](https://gist.github.com/) and provide link to that gist.
+
+
+This text has been largely inspired by the Atom contributing notes, which amazingly complete