Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.47 KB

File metadata and controls

44 lines (33 loc) · 1.47 KB

Contributing to Compact Settings

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.

How to Contribute

  1. 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
  2. Create a Branch

    • Create a branch for your change:
      git checkout -b your-branch-name
  3. Make Changes

    • Implement your changes in the code or documentation.
  4. Commit

    • Commit with a clear message:
      git add .
      git commit -m "Clear, concise description of changes"
  5. Push

    • Push your branch to your fork:
      git push origin your-branch-name
  6. Open a Pull Request

    • Open a PR against the upstream repository (usually the main branch). In the PR description, include what you changed and why. Respond to feedback and update the PR as needed.

Reporting Issues

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.