Skip to content

Commit

Permalink
Add Contribution Guidelines
Browse files Browse the repository at this point in the history
Created the Contribution Guidelines file. The guidelines provide instructions for contributing to the project, including information on pull requests and issues.
  • Loading branch information
Caivy authored May 10, 2023
1 parent 98f9f8a commit 25c0761
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Contribution Guidelines

## Pull Requests

- Appease the linter
- Bump the version
- Adjust the Readme according to your changes (if applicable)
- No extra dependencies unless absolutely necessary
- If you're fixing an issue, open an issue as well or link existing one

## Issues

- Use the issue templates
- When requesting a feature, check it hasn't been rejected previously
- Provide screenshot if applicable

## How else can I help?

- Take part in troubleshooting and testing
- Star the repo
- Follow the maintainers

0 comments on commit 25c0761

Please sign in to comment.