Thanks for helping make Lampray better! Follow this guide to learn how to contribute to Lampray.
Start by forking this repository to your GitHub account using the "Fork" button at the top right.
Clone your forked repository to your local machine.
Create a new branch for your work with a descriptive name.
Make your desired changes or improvements to the codebase.
Ensure that your changes work as expected and that they don't introduce any new issues.
Commit your changes with a clear and concise commit message.
Push your changes to your forked repository.
- Go to the original repository and click on the "New Pull Request" button.
- Fill in the pull request title with the following format
- for new features,
feat: your feature oneliner name
- for bugfixes or minor changes:
fix: your bugfix oneline name
- for other kinds, see https://www.conventionalcommits.org/en/v1.0.0/#summary
- for new features,
- Follow the pull request template and fill in detailed description of your changes.
💬 Engage in discussions with the maintainers and the community about your pull request.
🤔 Be prepared to make any necessary adjustments based on feedback.
🎉 Once your pull request is reviewed and approved, it will be merged into the main branch.