summaryrefslogtreecommitdiffstats
path: root/lib/plugins/awesome_nested_set/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/awesome_nested_set/CONTRIBUTING.md')
-rw-r--r--lib/plugins/awesome_nested_set/CONTRIBUTING.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/plugins/awesome_nested_set/CONTRIBUTING.md b/lib/plugins/awesome_nested_set/CONTRIBUTING.md
new file mode 100644
index 000000000..112b942ef
--- /dev/null
+++ b/lib/plugins/awesome_nested_set/CONTRIBUTING.md
@@ -0,0 +1,14 @@
+# Contributing to AwesomeNestedSet
+
+If you find what you might think is a bug:
+
+1. Check the [GitHub issue tracker](https://github.com/collectiveidea/awesome_nested_set/issues/) to see if anyone else has had the same issue.
+2. If you don't see anything, create an issue with information on how to reproduce it.
+
+If you want to contribute an enhancement or a fix:
+
+1. Fork [the project on GitHub](https://github.com/collectiveidea/awesome_nested_set)
+2. Make your changes with tests.
+3. Commit the changes without making changes to the [Rakefile](Rakefile) or any other files that aren't related to your enhancement or fix.
+4. Write an entry in the [CHANGELOG](CHANGELOG)
+5. Send a pull request.