Skip to content

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 💪).

  1. Select "Edit" on the rule, which will take you to the GitHub markdown.

Edit Rule

Figure: Click "Edit" on the Rule

  1. Click the Edit icon to change the rule text.

Select Edit in GitHub

Figure: Click the pencil icon in GitHub

  1. Make the changes to the rule (in markdown)

  2. Commit the changes. Make sure to add an informative commit title and description.

Select Edit in GitHub

Figure: Tell them what you did, then click "Commit changes"

  1. Add reviewers. First click the settings cog, and then search for your desired reviewer.

Add reviewers

Figure: Add reviewers

  1. Press Create Pull Request, and make sure the base repository is SSW.Rules.Content and base is main.

Open Pull Request

Figure: Open the pull request

  1. 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.

Open Pull request

Figure: Pull request is open and waiting for review