From 3c045bba05aa1893a127f36f96ee2f0d31c73553 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 15 May 2023 22:15:39 -0500 Subject: docs: add CONTRIBUTING.md --- CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8cd575a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ +# Contributing + +I welcome any contributions in the form of suggestions, bug reports, pull +requests, and feedback. This document may provide some guidance if you are +thinking of helping us. + +## Submitting bug reports and feature requests + +Bugs reports and feature requests should be submitted to the [public tracker]; +Any questions can be sent to the [projectr-discuss] mailing list. + +## Submitting patches + +Patches can be sent to the [projectr-devel]. For help sending patches to this +list, please consult git-send-email.io, or feel free to ask for help in +[projectr-discuss]. + +## Conduct + +projectr and related community should follow the [Rust Code of Conduct]. For any +questions or issues related to please submit a post on the [projectr-discuss], +or feel free to email me directly at [contact@tobyvin.dev]. + +[contact@tobyvin.dev]: mailto:contact@tobyvin.dev +[projectr-discuss]: https://lists.sr.ht/~tobyvin/projectr-discuss +[public tracker]: https://todo.sr.ht/~tobyvin/projectr +[projectr-devel]: https://lists.sr.ht/~tobyvin/projectr-devel +[Rust Code of Conduct]: https://www.rust-lang.org/policies/code-of-conduct -- cgit v1.2.3-70-g09d2