Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Silent-Watcher authored Jun 19, 2023
1 parent f500e06 commit 1b2115a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Contribution Guidelines

### Read the documentation:
Before contributing to the project, make sure to read the documentation thoroughly. This will help you understand the project's goals, structure, and coding conventions.

### Fork the project:
Fork the project to your own GitHub account. This will create a copy of the project that you can make changes to without affecting the original project.

### Create a new branch:
Create a new branch in your forked project for your changes. This will help keep your changes separate from the original code and make it easier to merge your changes back into the main project.

### Write clear and concise code:
Write code that is easy to understand and follow. Use descriptive variable and function names, and comment your code where necessary.

### Test your changes:
Before submitting your changes, make sure to test them thoroughly. This will help ensure that your changes work as expected and do not introduce any new bugs.

### Follow the project's coding standards:
Make sure to follow the project's coding standards, which are usually listed in the documentation. This includes things like indentation, whitespace, and naming conventions.

### Submit a pull request:
When you are ready to contribute your changes back to the main project, submit a pull request. This will allow the project maintainers to review your changes and merge them into the main project if they are deemed appropriate.

### 🤗 Be kind and respectful:
Remember that you are contributing to a community project. Be respectful of others' contributions and opinions, and be open to feedback on your own work. Avoid using offensive language or engaging in personal attacks.

0 comments on commit 1b2115a

Please sign in to comment.