-
Notifications
You must be signed in to change notification settings - Fork 177
Quick Edits
Jack Leerson edited this page Mar 23, 2021
·
15 revisions
When you are only making a small change, this is the best way to do it! It's much faster than using forks, and can be done directly from the rule (for changes on the fly 💪).
- Select "Edit" on the rule, which will take you to the GitHub markdown.
Figure: Click "Edit" on the Rule
- Click the Edit icon to change the rule text.
Figure: Click the pencil icon in GitHub
-
Make the changes to the rule (in markdown)
-
Commit the changes. Make sure to add an informative commit title and description.
Figure: Tell them what you did, then click "Commit changes"
- Add reviewers. First click the settings cog, and then search for your desired reviewer.
Figure: Add reviewers
- Press Create Pull Request, and make sure the base repository is SSW.Rules.Content and base is main.
Figure: Open the pull request
- Done! Once you see a green "Open" you just need to be patient.
The red crosses are normal, you are just waiting for the reviewers.
Figure: Pull request is open and waiting for review