summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/contribute.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/faq/contribute.md')
-rw-r--r--web/input/doc/faq/contribute.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/web/input/doc/faq/contribute.md b/web/input/doc/faq/contribute.md
new file mode 100644
index 0000000..fe97a80
--- /dev/null
+++ b/web/input/doc/faq/contribute.md
@@ -0,0 +1,26 @@
1title: Can I submit a patch?
2parent: FAQ
3---
4
5# Can I submit a patch?
6
7Of course you can! This is an open source project!
8
9Ideally, [fork][fork] our [repository][repo] and create a [pull request][pull]
10on [GitHub][github], so your patch doesn't get lost. Then chase up via the
11[development mailing list][list], if nothing happens. But be aware, this
12project is run by volunteers, so there is not necessarily immediate response!
13
14By submitting a pull request, you are stating that this is your own work or
15you have full rights to it. If your pull request is accepted, we will (of
16course) retain the Git author name and email address, and we'll add your name
17to the list of contributors in the [THANKS][thanks] file.
18
19[repo]: https://github.com/nagios-plugins/repositories "Our Repositories"
20[fork]: https://help.github.com/articles/fork-a-repo "Fork Documentation"
21[pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation"
22[github]: https://github.com/ "GitHub"
23[list]: list/listinfo/devel/ "Development Mailing List"
24[thanks]: repositories/nagios-plugins/plain/THANKS.in "THANKS File"
25
26<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->