From 4afe5d46a27aa3df2b4d0f454455db3df7c661d0 Mon Sep 17 00:00:00 2001 From: Dolph Flynn <96876199+DolphFlynn@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:36:36 +0100 Subject: [PATCH] Add CONTRIBUTING.md. --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7142a13 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# Contributing to JWT Editor + +Thank you for considering contributing to JWT Editor! + +There are many ways to contribute to the project and all are appreciated: + +- **Ideas**: if there's an idea you have for a new feature or improvement then you can [create an issue](https://github.com/DolphFlynn/jwt-editor/issues) and tag it with the *Enhancement* label. +- **Bug Reports**: if you have found a bug then please [raise an issue](https://github.com/DolphFlynn/jwt-editor/issues) and tag it with the *Bug* label. +- **Documentation**: the documentation can always do with improvement! This can be done by raising a [pull request](https://github.com/DolphFlynn/jwt-editor/pulls) with the relevant changes. +- **Code**: Pull requests with code changes are welcome. For any substantial changes, it's probably best to discuss the plans before expending too much effort. + + +Please also note our [code of conduct](https://github.com/DolphFlynn/jwt-editor/blob/main/CODE_OF_CONDUCT.md). + + +