Skip to content

Commit

Permalink
Merge pull request #27 from intuitem/improve-contributing
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
eric-intuitem authored Feb 11, 2024
2 parents 5fde75f + d373310 commit 0505337
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
## How to contribute
# How to contribute

### Did you find a bug?
## Did you find a bug?

- **Do not open up a GitHub issue if the bug is a security vulnerability**, and instead to refer to our [security policy](SECURITY.md)
- Check that the bug was not previously reported on Github issues (see above)
- If it's case, please upvote the issue and provide any relevant additional information
- **Do not open up a GitHub issue if the bug is a security vulnerability**, and instead to refer to our [security policy](SECURITY.md).
- Check that the bug was not previously reported on Github issues (see above).
- If it's the case, please upvote the issue and provide any relevant additional information.

### Do you have a fix for an issue, bug or typo?
## Do you have a fix for an issue, bug or typo?

- Open a pull request with the patch and the team will review it
- Make sure that you've run a PEP8 formatter and SAST
- If dependencies are involved, make sure it's not breaking the app and do not have any known vulnerabilities
- Open a pull request with the patch and the team will review it.
- Make sure that you've run a PEP8 formatter and SAST.
- If dependencies are involved, make sure it's not breaking the app and do not have any known vulnerabilities.

### Do you have an idea or feature request?
## Do you have an idea or feature request?

- Use the discussion space above or reach out through email: contact[at]intuitem.com to see how we can help each other in an optimal way
- Use the discussion space above or reach out through email: contact[at]intuitem.com to see how we can help each other in an optimal way.

## Do you want to contribute to the code?

- Please check our Contributor Licence Agreement first. Our bot will ask you to sign it on first contribution.

0 comments on commit 0505337

Please sign in to comment.