Hi there! We're thrilled that you'd like to contribute to hacktober2023. Your help is essential for keeping it great.
Contributions to this project are released to the public under the project's open source license.
Thank you for taking the time to open an issue, your feedback helps make hacktober2023 better. Before opening an issue, please be sure that your issue hasn't already been asked by using GitHub search
Here are a few things that will help us help resolve your issues:
- A descriptive title that gives an idea of what your issue refers to
- A thorough description of the issue, (one word descriptions are very hard to understand)
- Screenshots (if appropriate)
- Links (if appropriate)
- Clone the repository
- Configure and install the dependencies: (See the README for more details)
- Create a new branch:
git checkout -b my-branch-name
- Make your change, add tests, and make sure the tests still pass
- Push to your branch and [submit a pull request][pr]
- Wait for your pull request to be reviewed and merged!