Bucket list
We welcome contributions! Please follow GitHub Flow when contributing to this project:
- Fork the repository - Create your own fork of the project.
- Create a branch - Create a new branch from
mainfor your feature or fix.git checkout -b feature/your-feature-name
- Make your changes - Implement your feature or bug fix.
- Commit your changes - Write clear and descriptive commit messages.
git commit -m "feat: description of your changes" - Push to your branch - Push your changes to your fork.
git push origin feature/your-feature-name
- Open a Pull Request - Submit a PR to the
mainbranch with a clear description of your changes.
- Keep pull requests focused on a single feature or fix.
- Ensure your code follows the existing code style.
- Write meaningful commit messages.
- Update documentation if necessary.
This project is licensed under the MIT License - see the LICENSE file for details.