Skip to content

Commit c760f5b

Browse files
committed
Whitespace
1 parent 85b8b63 commit c760f5b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/CONFIGURING.SourceGithub.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ processing of commits, as they are pushed to the repository.
3939
3. Fill in the form
4040
- Give a name to your app, e.g. `MantisBT Source Integration`
4141
- Set _Homepage URL_ as appropriate (e.g. point to your website or your
42-
MantisBT instance)
42+
MantisBT instance)
4343
- Provide an _Application description_ if necessary
4444
- _Authorization callback URL_ should point to your MantisBT instance's
45-
base URL, e.g. `https://path.to/mantis/`
45+
base URL, e.g. `https://path.to/mantis/`
4646

4747
4. Click on **Register application**
4848

@@ -68,19 +68,19 @@ configured in a given MantisBT instance.
6868

6969
- The *Name* will be pre-populated with whatever you entered in step 2 above.
7070
- Paste in the GitHub repository's URL in the *URL* field
71-
(e.g. `https://github.com/mantisbt-plugins/source-integration`).
71+
(e.g. `https://github.com/mantisbt-plugins/source-integration`).
7272
- Enter the name of the repository's owner in *GitHub Username*
73-
(e.g. `mantisbt-plugins`)
73+
(e.g. `mantisbt-plugins`)
7474
- Enter the name of the GitHub repository in the *GitHub Repository Name*
75-
field (e.g. `source-integration`)
76-
- Paste the your OAuth app's _Client ID_ and _Client Secret_ in the
77-
GitHub Application Client ID and Secret fields
75+
field (e.g. `source-integration`)
76+
- Paste the OAuth app's _Client ID_ and _Client Secret_ in the
77+
GitHub Application Client ID and Secret fields
7878
- The _GitHub Webhook Secret_ is not mandatory, but provides additional
79-
security as it will allows the plugin to validate the payload received
80-
from the GitHub Webhook to ensure it's legit
79+
security as it will allows the plugin to validate the payload received
80+
from the GitHub Webhook to ensure it's legit
8181
- By default, the *Primary Branches* is set to `master`, but you can specify
82-
another branch or additional ones (comma-separated), or use `*` for all
83-
branches
82+
another branch or additional ones (comma-separated), or use `*` for all
83+
branches
8484

8585
5. Click the **Update Repository** button to save your changes
8686

@@ -144,12 +144,12 @@ If you prefer, it is also possible to setup the webhook manually:
144144

145145
3. Fill in the form
146146
- Set _Payload URL_ to
147-
`https://path.to/mantis/plugin.php?page=Source/checkin&api_key=XXXX`,
148-
where XXXX is your _API Key_, as defined in the Source Integration plugin's
149-
Configuration page.
147+
`https://path.to/mantis/plugin.php?page=Source/checkin&api_key=XXXX`,
148+
where XXXX is your _API Key_, as defined in the Source Integration plugin's
149+
Configuration page.
150150
- _Content type_ must be set to `application/json`
151151
- _Secret_ must match the _GitHub Webhook Secret_ defined in step 4 of the
152-
[Create a Repository](#create-a-repository) section above
152+
[Create a Repository](#create-a-repository) section above
153153
- Select _Just the push event_
154154
- Make sure the _Active_ checkbox is checked
155155

0 commit comments

Comments
 (0)