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

Create CONTRIBUTING.md #50

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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 @@
## 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.