diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 08f4ed0..d0561df 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -36,7 +36,7 @@ defined in the Apache License shall be dual-licensed as above, without any addit running `ci` on GitHub when you create the PR 13. Commit the changes with the commit message following the [Commit Message Guidelines](https://gist.github.com/radumarias/5b5374f3ed022c99d617eb849aafd069) 14. Push your changes, and if there are any errors, fix them before you push them -15. Create a `PR` back to the `parent` repo targeting the `main` branch with the title as the GitHub issue title, including `#ID`. Also, include the link to the GitHub issue in the description, saying like `Fix for ` for bugs or `Implementation for ` for features and others +15. Create a `PR` back to the `parent` repo targeting the `main` branch with the title as the GitHub issue title, including `#ID`. Also, include `#ID` to the GitHub issue in the description, saying like `Fix for #42` for bugs or `Implementation for #42` for features and others 16. Request review from owners of the repository by adding them to the `Reviewers` field 17. After you create the PR, link it to the GH issue from the mid-right of the page, press the gear icon from the below image, select `xoriors/rencfs`, then write the issue number and select it. This will link the two, and when the PR is merged, it will close the issue too ![image](https://github.com/user-attachments/assets/5ac0313d-4175-44d1-8d1e-d18da773ab32)