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

Issue #65, added automated contributor section. #103

Open
wants to merge 1 commit into
base: master
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
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
* [Installation](https://github.com/Ramsey99/fest-registration?tab=readme-ov-file#installation)
* [Usage](https://github.com/Ramsey99/fest-registration?tab=readme-ov-file#usage)
* [Contributing](https://github.com/Ramsey99/fest-registration?tab=readme-ov-file#contributing)
* [Contributors](https://github.com/Ramsey99/fest-registration?tab=readme-ov-file#contributors)
* [Creating Pull Request](https://github.com/Ramsey99/fest-registration?tab=readme-ov-file#creating-pull-request)
* [License](https://github.com/Ramsey99/fest-registration?tab=readme-ov-file#license)

## Introduction
Expand Down Expand Up @@ -88,6 +90,33 @@ npm start
## Contributing
- Contributions are welcome! If you have any suggestions or improvements, please open an issue or create a pull request.

## Contributors
<div align="center">
<a href="https://github.com/Ramsey99/fest-registration/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Ramsey99/fest-registration" />
</a>
</div>

### Our Valuable Contributors

<table>
<tr>
<td align="center">
<a href="https://github.com/Ramsey99/fest-registration/graphs/contributors">
<img src="https://img.shields.io/github/contributors/Ramsey99/fest-registration?color=blue" alt="Contributors"/>
</a>
</td>
</tr>
</table>

Thanks to all the contributors who have helped make this project better! 🙌

<div align="center">
<a href="https://github.com/Ramsey99/fest-registration/blob/main/CONTRIBUTING.md">
<img src="https://img.shields.io/badge/Become_a_contributor-blue?style=for-the-badge" alt="Become a contributor"/>
</a>
</div>

## Creating Pull Request
1. **Fork the Project:**
- Click on the "Fork" button at the top right corner of the repository's page on GitHub to create your own copy of the project.
Expand Down