Welcome to the Hacktoberfest Repository of Team OSS! We're excited to have you contribute to our open-source projects. This repository is dedicated to Hacktoberfest, an annual celebration of open source software in October.
Before you start contributing, make sure you have the following set up:
- Git installed on your local machine.
- A GitHub account.
- An interest in open source!
We welcome contributions from developers of all skill levels. Whether you're fixing a typo or adding a major feature, your input is valuable to us. Here's how you can get involved:
If you find a bug, have a suggestion, or would like to request a new feature, please check our issue tracker to see if it has already been reported. If not, feel free to open a new issue. When creating an issue, please include:
- A clear and descriptive title.
- A detailed description of the problem or feature request.
- Steps to reproduce (for bug reports).
If you want to contribute code, follow these steps:
- 🍴 Fork this repository.
- 🔀 Create a new branch for your feature or bug fix. (e.g.,
git checkout -b my-feature
) - 🛠️ Make your changes, following the code style and guidelines if available.
- ✅ Test your changes thoroughly.
- 💾 Commit your changes with a clear and concise message. (e.g.,
git commit -m "Add new feature"
) - 🔃 Push your branch to your fork. (e.g.,
git push origin my-feature
) - 📥 Create a pull request to our repository's main branch.
- 🔁 Be prepared to respond to feedback and make changes if necessary.
Please note that this project has a Code of Conduct. We expect all contributors to adhere to it. By participating, you are expected to uphold this code and treat all contributors with respect.
This project is licensed under the MIT License. By contributing, you agree to license your contributions under the same terms.
If you have any questions or need further assistance, feel free to contact us via email at ossrndcentre@gmail.com or any of our maintainers.
Thank you for contributing to Hacktoberfest with Team OSS. Happy hacking! 🎉