Skip to content

Commit

Permalink
contributing: add (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel committed May 29, 2024
1 parent 6057b94 commit 3212597
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Contributing

Thank you for considering contributing to our project! We appreciate your time and effort. To ensure a smooth collaboration process, please follow these guidelines when creating issues or pull requests.

## Creating Good Issues or Pull Requests

### Issues
- Before creating an issue, search the existing issues to avoid duplicates.
- Clearly describe the problem or feature request.
- Include relevant details such as steps to reproduce, expected behavior, and actual behavior.

### Pull Requests
- Fork the repository and create a new branch for your changes.
- Make the pull request a small as possible.
- Write clear commit messages.
- Include tests if applicable.

## Community and Behavioral Expectations

### Be Respectful
- Treat others with kindness and respect.
- Avoid offensive language or behavior.
-Listen actively and consider different perspectives.

### Collaborate
- Work together to achieve common goals.
- Provide constructive feedback.
- Encourage new contributors.

0 comments on commit 3212597

Please sign in to comment.