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

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored Oct 15, 2024
1 parent 57b29e6 commit 8b90686
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Contributing
First off, thanks for taking the time to contribute! 🎉👍
# Contributing Guide

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
**First off, thanks for taking the time to contribute!** 🎉👍

If you wish to contribute to this repository, please fork this repository, make the desired changes, and open a Pull requests to have your code reviewed and merged.
## How to Contribute

1. **Discuss Changes**: Before making any changes, please discuss the change you wish to make via an issue, email, or any other method with the repository owners.
2. **Fork the Repository**: Create your own fork of the repository.
3. **Make Changes**: Implement your changes in your fork.
4. **Open a Pull Request**: Submit a pull request to have your changes reviewed and merged.

## Guidelines

- Ensure your code follows the project's coding standards.
- Write clear, concise commit messages.
- Include tests for any new features or bug fixes.
- Update documentation as necessary.

## Code of Conduct

Please note that this project adheres to a Code of Conduct. By participating, you are expected to uphold this code.

---

Thank you for contributing! Your help is greatly appreciated. 😊

0 comments on commit 8b90686

Please sign in to comment.