Github issue docs - #495
Open
beck-thompson wants to merge 6 commits into
Open
Conversation
|
You are da best |
PJB3005
suggested changes
Aug 23, 2025
| - [Setting up SS14.Watchdog](en/server-hosting/setting-up-ss14-watchdog.md) | ||
| - [OAuth](en/server-hosting/oauth.md) | ||
| - [Setting up Discord Integration](en/server-hosting/setting-up-discord-integration.md) | ||
| - [Setting up Github Integration](en/server-hosting/setting-up-github-integration.md) |
There was a problem hiding this comment.
Suggested change
| - [Setting up Github Integration](en/server-hosting/setting-up-github-integration.md) | |
| - [Setting up GitHub Integration](en/server-hosting/setting-up-github-integration.md) |
| # Setup | ||
| Setting this up will allow any player who meets the requirements (See [Important CVars](#important-cvars)) to make bug reports. | ||
|
|
||
| 0. (Optional) Create a new repository that only your GitHub organization has access to. You can transfer issues from this new repository to your main repository. You might want to do this if you are worried about spanning the main repository. |
There was a problem hiding this comment.
Suggested change
| 0. (Optional) Create a new repository that only your GitHub organization has access to. You can transfer issues from this new repository to your main repository. You might want to do this if you are worried about spanning the main repository. | |
| 0. (Optional) Create a new repository that only your GitHub organization has access to. You can transfer issues from this new repository to your main repository. You might want to do this if you are worried about spamming the main repository. |
| 1. Create a new app (`https://github.com/settings/apps`). When creating the app, only allow issue creation permissions (and metadata). **Make sure you are logged in as the repository owner** (This is usually the organization itself)! You do not need a webhook URL. | ||
|  | ||
|  | ||
| 2. Under the "General" tab, get the apps app ID and also generate a private key. This will download the private key to your computer. |
There was a problem hiding this comment.
Suggested change
| 2. Under the "General" tab, get the apps app ID and also generate a private key. This will download the private key to your computer. | |
| 2. Under the "General" tab, get the app's **app ID** and also generate a **private key**. This will download the private key to your computer. |
| 2. Under the "General" tab, get the apps app ID and also generate a private key. This will download the private key to your computer. | ||
|  | ||
|  | ||
| 3. Install the app in your orginzation, and only give it access to one repository. |
There was a problem hiding this comment.
Suggested change
| 3. Install the app in your orginzation, and only give it access to one repository. | |
| 3. Install the app in your organization, and only give it access to one repository. |
Author
|
Killed before it even was born |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title! Added documentation on how to set up github issue integration.