Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 4.18 KB

CONTRIBUTING.md

File metadata and controls

70 lines (50 loc) · 4.18 KB

Contributing to Community Standards

Thank you for your interest in contributing to Community Standards! We welcome any contributions, including bug fixes, feature enhancements, documentation improvements, and other general improvements.

Getting Started

  1. Fork the branch development repository to your GitHub account. This will create a copy of this repository in your account. You can make changes to this copy without affecting the original repository.
  • For fork this repository, click the Fork button in the top right corner of this page or click here.
  • Make sure to uncheck the Copy the main branch only. This will copy the development branch and other branches (if any)
  1. Clone your forked repository to your local machine.
  • Use the following command to clone your forked repository to your local machine.

    git clone --depth=1 -b development https://github.com/JaKooLit/Fedora-Hyprland.git
  1. Create a new branch for your changes.
  • For example, to create a new branch named your-branch-name, use the following command.

    git checkout -b your-branch-name
  1. Make your changes and commit them with a descriptive commit message.
  • For example, to commit your changes, use the following command and make sure to follow the commit message guidelines.

    git commit -m "feat: add a new feature"
  1. Push your changes to your forked repository.
  • For example, to push your changes to your forked repository, use the following command.

    git push origin your-branch-name
  1. Submit a pull request to the development branch repository.
    • For example, to create a pull request, use the following steps.
      1. Go to your forked repository.
      2. Click the Compare & pull request button next to your your-branch-name branch.
      3. Add a title and description for your pull request.
      4. Click Create pull request and remember to add the relevant labels with using the pull request template.

Guidelines

  • Follow the code style of the project.
  • Update the documentation if necessary.
  • Add tests if applicable.
  • Make sure all tests pass or fully tested before submitting your changes.
  • Keep your pull request focused and avoid including unrelated changes.
  • Remember to follow the following files before submitting your changes.

Contact

If you have any questions, feel free to contact via GitHub Discussions or Through Discord Server