Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #50 from dabumana/contributing
Browse files Browse the repository at this point in the history
Create CONTRIBUTING.md
  • Loading branch information
dabumana committed Sep 19, 2023
2 parents 89a8adf + 1349c7d commit 99c0d1e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,16 @@
## Contribution Guidelines
#### 1. Getting Started
Fork the Repository: Start by forking the repository and then clone it locally.
#### 2. Making Changes
Create a Branch: Make a new branch for each feature or fix to keep things organized.
Make Commits: Make changes and commit them with a clear and descriptive message.
#### 3. Submitting Changes
Push to your Fork: Push your changes to your forked repository.
Submit a Pull Request: Submit a pull request from your forked repository to our main repository. Provide a clear description of the changes in the pull request.
#### 4. Code Standards
Coding Style: Follow the coding style used throughout the project.
Testing: Make sure all tests pass before submitting a pull request.
#### 5. Review Process
Code Review: Maintainers will review your code. Address any comments or requested changes.
Approval and Merge: Once approved, your changes will be merged into the main branch.
Remember, this is just a basic outline. Depending on the specifics of your project, you may need to add or modify sections. It’s always a good idea to consult with other project contributors when creating contribution guidelines.

0 comments on commit 99c0d1e

Please sign in to comment.