Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CONTRIBUTING.md. #59

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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).



Loading