Browse Source

Merge branch 'master' into develop

pull/2878/head
Daniel Gibbs 5 years ago
parent
commit
c6d533eb6a
  1. 2
      .github/FUNDING.yml
  2. 4
      .github/ISSUE_TEMPLATE/bug_report.md
  3. 6
      .github/ISSUE_TEMPLATE/feature_request.md
  4. 2
      .github/ISSUE_TEMPLATE/new-server-request.md
  5. 5
      .github/pr_labels.yml
  6. 6
      .github/pull_request_template.md
  7. 17
      .github/request-info.yml
  8. 15
      .github/support.yml
  9. 21
      .github/welcome.yml

2
.github/FUNDING.yml

@ -3,7 +3,7 @@
github: dgibbs64 # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: dgibbs # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: dgibbs # Replace with a single Ko-fi username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username

4
.github/ISSUE_TEMPLATE/bug_report.md

@ -1,6 +1,6 @@
---
name: Bug report
about: Found a bug? Raise a report
about: Found a bug? Raise a report.
---
Issues raised here are **ONLY** for:
@ -27,7 +27,7 @@ As a [user description], I want [desired action] so that [desired outcome].
* **Distro:** [Ubuntu 18.04]
* **Game:** [Garry's Mod]
* **Command:** [Monitor]
* **LinuxGSM version:** [v12.34.56]
* **LinuxGSM version:** [v20.1.3]
## Further Information

6
.github/ISSUE_TEMPLATE/feature_request.md

@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest an idea for this project
about: Suggest an idea for LinuxGSM.
---
@ -25,10 +25,10 @@ As a [user description], I want [desired action] so that [desired outcome].
## Basic info
* **Distro:** [Ubuntu 18.04]
* **Distro:** [Ubuntu 20.04]
* **Game:** [Garry's Mod]
* **Command:** [Monitor]
* **LinuxGSM version:** [v12.34.56]
* **LinuxGSM version:** [v20.1.3]
## Further Information

2
.github/ISSUE_TEMPLATE/new-server-request.md

@ -1,6 +1,6 @@
---
name: New server request
about: Suggest a new game server to be added
about: Suggest a new game server to be added.
---

5
.github/pr_labels.yml

@ -1,5 +0,0 @@
version: '1'
invalidStatus: "pending"
labelRule:
startsWith:
- "type:"

6
.github/pull_request_template.md

@ -6,7 +6,7 @@ Fixes #[issue]
## Type of change
* [ ] Bug fix (change which fixes an issue).
* [ ] Bug fix (a change which fixes an issue).
* [ ] New feature (change which adds functionality).
* [ ] New Server (new server added).
* [ ] Refactor (restructures existing code).
@ -20,9 +20,9 @@ PR will not be merged until all steps are complete.
* [ ] This pull request uses the `develop` branch as its base.
* [ ] This pull request Subject follows the Conventional Commits standard.
* [ ] This code follows the style guidelines of this project.
* [ ] I have performed a self-review of my own code.
* [ ] I have performed a self-review of my code.
* [ ] I have checked that this code is commented where required.
* [ ] I have provided a detailed enough description of this PR.
* [ ] I have provided a detailed with enough description of this PR.
* [ ] I have checked If documentation needs updating.
## Documentation

17
.github/request-info.yml

@ -1,17 +0,0 @@
# Configuration for request-info - https://github.com/behaviorbot/request-info
# *Required* Comment to reply with
requestInfoReplyComment: >
![More Data required](https://i.imgur.com/yS9cecv.png)
More data is required to assist with this issue
or issue template was not used correctly.
https://linuxgsm.com/support/#guide
# *OPTIONAL* default titles to check against for lack of descriptiveness
# MUST BE ALL LOWERCASE
#requestInfoDefaultTitles:
# - update readme.md
# - updates
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
requestInfoLabelToAdd: "needs more info"

15
.github/support.yml

@ -1,15 +0,0 @@
# Configuration for support-requests - https://github.com/dessant/support-requests
# Label used to mark issues as support requests
supportLabel: "Outcome: wrong forum"
# Comment to post on issues marked as support requests. Add a link
# to a support page, or set to `false` to disable
supportComment: >
We use the issue tracker exclusively for bug reports and feature requests.
However, this issue appears to be a support request. Please use our
support channels to get help with the project.
https://linuxgsm.com/support
# Whether to close issues marked as support requests
close: true
# Whether to lock issues marked as support requests
lock: false

21
.github/welcome.yml

@ -1,21 +0,0 @@
# Configuration for welcome - https://github.com/behaviorbot/welcome
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Thank you for opening your first issue. Be sure to follow the issue template! and guide for posting. https://linuxgsm.com/support/#guide
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
Thank you for opening this pull request! Please check out our contributing guidelines.
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
Congratulations on merging your first pull request! Thank you for supporting LinuxGSM!
# It is recommend to include as many gifs and emojis as possible
Loading…
Cancel
Save