From ed591b342873efacdc7b5c732baebd229819db46 Mon Sep 17 00:00:00 2001 From: Lav Radis Date: Sun, 9 Jan 2022 22:14:42 +0100 Subject: [PATCH] simple contributing guide --- contributing.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..fb4dafa --- /dev/null +++ b/contributing.md @@ -0,0 +1,13 @@ +# Contribution Guidelines + +Thank you for taking the time to contribute to this awesome LBRY list! If you are a new developer, please visit the LBRY foundation Discord server and join our community. + +## Submitting your pull request + +- Ensure your changes follows the [awesome list guidelines](https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md#requirements-for-your-awesome-list). +- Before submitting a PR make sure your changes have passed the [awesome-lint](https://github.com/sindresorhus/awesome-lint). + +## Submitting issues + +- Ensure the issue was not already reported by searching on GitHub under issues. +- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible.