Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
root4loot authored Sep 17, 2024
1 parent fd06113 commit 975751a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Contributing to Goutils
## How to Contribute
# Contributing Guidelines

- Fork the repository: Create your own copy of the repository to work on.
- Make changes: Implement your changes or improvements.
- Submit a pull request: Open a pull request with a clear description of your changes.
Thank you for considering contributing to this project.

## Guidelines
- Ensure your code is well-documented and follows the project's style.
- Test your changes thoroughly before submitting.
## How to Contribute

Thank you for contributing to Goutils!
1. **Fork the Repository**: Fork the repository to your GitHub account.
3. **Make Changes**: Implement your changes in the codebase.
4. **Commit Changes**: Commit your changes with a clear and concise commit message.
5. **Push to GitHub**: Push your changes to your forked repository.
6. **Create a Pull Request**: Go to the original repository on GitHub and create a pull request from your branch.

0 comments on commit 975751a

Please sign in to comment.