Skip to content

Commit

Permalink
Create CONTRIBUTORS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchourajr authored May 29, 2024
1 parent aa41008 commit 137b9fc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Contributors

We would like to extend our gratitude to the following individuals who have contributed to this project. Your support and contributions are greatly appreciated!

## Core Team

- **John Choura Jr.**
- *Role*: Project Maintainer
- *GitHub*: [johnchourajr](https://github.com/johnchourajr)
- *Contributions*: Initial project setup, core development, documentation

## How to Contribute

We welcome contributions from the community. If you would like to contribute, please follow these steps:

1. **Fork the Repository**: Click the "Fork" button at the top of this repository to create your own copy.
2. **Clone the Repository**: Use `git clone` to clone your fork to your local machine.
3. **Create a Branch**: Create a new branch for your work (`git checkout -b username/your-branch-name`).
4. **Make Your Changes**: Make your changes to the codebase.
5. **Commit Your Changes**: Use `git commit` to commit your changes.
6. **Push Your Changes**: Push your changes to your fork (`git push origin username/your-branch-name`).
7. **Create a Pull Request**: Go to the original repository and create a pull request from your forked repository.

## Contributors List

If you have contributed to this project and would like to be added to this list, please open a pull request with your information.

0 comments on commit 137b9fc

Please sign in to comment.