Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contribution file added #270

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Contribution Guidelines

Thank you for considering contributing to our project! Please follow these guidelines to make the contribution process smooth for everyone.

## How to Contribute

1. Fork the repository.
2. Clone the forked repository to your local machine.
3. Create a new branch for your contribution: `git checkout -b feature/your-feature-name`.
4. Make your changes and ensure they follow our coding standards.
5. Test your changes locally to ensure they work as expected.
6. Commit your changes: `git commit -am 'Add new feature'`.
7. Push to the branch: `git push origin feature/your-feature-name`.
8. Submit a pull request to the `main` branch of the original repository.

## Contribution Guidelines

- Follow our [code of conduct](./code_of_conduct.md).
- Ensure your code follows our coding standards and conventions.
- Make sure your pull request description clearly describes the problem and solution. If applicable, reference any related issues.
- Keep your changes focused. If you have multiple contributions, submit them as separate pull requests.

## Code of Conduct

Please review and adhere to our [Code of Conduct](./code_of_conduct.md) in all interactions related to the project.

## Need Help?

If you have any questions or need assistance, feel free to open an issue or contact the project maintainers.

Thank you for contributing!