Thank you for considering contributing to Compact Settings! We appreciate your help in making this project better.
Note
Pull Requests to this GitHub repository will not be merged. This project is maintained in another repository: BibekBhusal0/zen-custom-js/compact-settings, please open pull requests there.
-
Fork the Source Repository
- Fork the upstream repository and clone your fork:
git clone https://github.com/your-username/zen-custom-js.git cd zen-custom-js
- Fork the upstream repository and clone your fork:
-
Create a Branch
- Create a branch for your change:
git checkout -b your-branch-name
- Create a branch for your change:
-
Make Changes
- Implement your changes in the code or documentation.
-
Commit
- Commit with a clear message:
git add . git commit -m "Clear, concise description of changes"
- Commit with a clear message:
-
Push
- Push your branch to your fork:
git push origin your-branch-name
- Push your branch to your fork:
-
Open a Pull Request
- Open a PR against the upstream repository (usually the
mainbranch). In the PR description, include what you changed and why. Respond to feedback and update the PR as needed.
- Open a PR against the upstream repository (usually the
If you encounter bugs or want to propose features, open an issue in this repository. Include steps to reproduce, browser/version, and any relevant logs or screenshots.