Skip to content

Commit 00e3aa8

Browse files
committed
🔥 Use organization level templates
Move to the organization level templates for issues and pull requests, removing one of the many copies we have floating around.
1 parent 7aaf836 commit 00e3aa8

File tree

10 files changed

+8
-349
lines changed

10 files changed

+8
-349
lines changed

.github/ISSUE_TEMPLATE/Feature_request.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/bug_fix.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/documentation.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/feature_change.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/performance_improvement.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lockComment: >
88
any recent activity after it was closed. If you can still reproduce this issue in
99
[Safe Mode](https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode)
1010
then please open a new issue and fill out
11-
[the entire issue template](https://github.com/atom/atom/blob/master/ISSUE_TEMPLATE.md)
11+
[the entire issue template](https://github.com/atom/.github/blob/master/.github/ISSUE_TEMPLATE/bug_report.md)
1212
to ensure that we have enough information to address your issue. Thanks!
1313
# Issues or pull requests with these labels will not be locked
1414
exemptLabels:

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ When we make a significant decision in how we maintain the project and what we c
113113

114114
This section guides you through submitting a bug report for Atom. Following these guidelines helps maintainers and the community understand your report :pencil:, reproduce the behavior :computer: :computer:, and find related reports :mag_right:.
115115

116-
Before creating bug reports, please check [this list](#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](ISSUE_TEMPLATE.md), the information it asks for helps us resolve issues faster.
116+
Before creating bug reports, please check [this list](#before-submitting-a-bug-report) as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](https://github.com/atom/.github/blob/master/.github/ISSUE_TEMPLATE/bug_report.md), the information it asks for helps us resolve issues faster.
117117

118118
> **Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one.
119119
@@ -126,7 +126,7 @@ Before creating bug reports, please check [this list](#before-submitting-a-bug-r
126126

127127
#### How Do I Submit A (Good) Bug Report?
128128

129-
Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). After you've determined [which repository](#atom-and-packages) your bug is related to, create an issue on that repository and provide the following information by filling in [the template](ISSUE_TEMPLATE.md).
129+
Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). After you've determined [which repository](#atom-and-packages) your bug is related to, create an issue on that repository and provide the following information by filling in [the template](https://github.com/atom/.github/blob/master/.github/ISSUE_TEMPLATE/bug_report.md).
130130

131131
Explain the problem and include additional details to help maintainers reproduce the problem:
132132

@@ -163,7 +163,7 @@ Include details about your configuration and environment:
163163

164164
This section guides you through submitting an enhancement suggestion for Atom, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:.
165165

166-
Before creating enhancement suggestions, please check [this list](#before-submitting-an-enhancement-suggestion) as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](ISSUE_TEMPLATE.md), including the steps that you imagine you would take if the feature you're requesting existed.
166+
Before creating enhancement suggestions, please check [this list](#before-submitting-an-enhancement-suggestion) as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](https://github.com/atom/.github/blob/master/.github/ISSUE_TEMPLATE/bug_report.md), including the steps that you imagine you would take if the feature you're requesting existed.
167167

168168
#### Before Submitting An Enhancement Suggestion
169169

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)