Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit dfb2ba6

Browse files
authored
Merge pull request #2574 from atom/trim-templates
Trim issue and pull request templates
2 parents 754d8dc + d27341f commit dfb2ba6

File tree

2 files changed

+13
-72
lines changed

2 files changed

+13
-72
lines changed

ISSUE_TEMPLATE.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,31 @@ Do you want to ask a question? Are you looking for support? The Atom message boa
2020

2121
### Description
2222

23-
[Description of the issue]
23+
<!-- High-level description of what's going wrong. Please be sure to include any stack traces that appear in the developer console or the exact text of any error notifications that are shown. -->
2424

2525
### Steps to Reproduce
2626

27-
1. [First Step]
28-
2. [Second Step]
29-
3. [and so on...]
27+
1. <!-- First Step -->
28+
2. <!-- Second Step -->
29+
3. <!-- and so on... -->
3030

3131
**Expected behavior:**
3232

33-
[What did you expect to happen?]
33+
<!-- What did you expect to happen? -->
3434

3535
**Actual behavior:**
3636

37-
[What actually happened instead?]
37+
<!-- What actually happened instead? -->
3838

3939
**Reproduces how often:**
4040

41-
[What percentage of the time does this happen?]
41+
<!-- Roughly what percentage of the time does this happen? Is this issue an intermittent glitch or does it occur consistently? -->
4242

43-
### Versions
43+
### Platform and Versions
4444

45-
You can get this information from copy and pasting the output of `atom --version` and `apm --version` from the command line. Also, please include the OS and what version of the OS you're running.
45+
What OS and version of OS are you running?
46+
47+
What version of Atom are you using? You can get this information from copy and pasting the output of `atom --version` and `apm --version` from the command line.
4648

4749
### Additional Information
4850

PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
### Requirements
44

55
* Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
6-
* Suggestion: You can use checklists to keep track of progress for the sections on metrics, tests, documentation, and user research.
76

87
### Description of the Change
98

@@ -13,70 +12,10 @@ We must be able to understand the design of your change from this description. I
1312
1413
-->
1514

16-
### Screenshot/Gif
15+
### Screenshot or Gif
1716

1817
<!-- If the changes are visual, add a screenshot or record a Gif. This doesn't have to be updated during implementation, but after a PR is merged, a final screenshot/gif should be added. It might get used for blog posts, documentation etc. Write "N/A" if not applicable. -->
1918

20-
### Alternate Designs
21-
22-
<!-- Explain what other alternates were considered and why the proposed version was selected -->
23-
24-
### Benefits
25-
26-
<!-- What benefits will be realized by the code change? -->
27-
28-
### Possible Drawbacks
29-
30-
<!-- What are the possible side-effects or negative impacts of the code change? -->
31-
3219
### Applicable Issues
3320

34-
<!-- Enter any applicable Issues here -->
35-
36-
### Metrics
37-
38-
<!-- What metrics are associated with this code change and what questions can they help us answer? Write "N/A" if not applicable. -->
39-
40-
### Tests
41-
42-
<!--
43-
44-
How did you verify that your change has the desired effects?
45-
- How did you verify that all new functionality works as expected?
46-
- How did you verify that all changed functionality works as expected?
47-
- How did you verify that the change has not introduced any regressions?
48-
49-
What unit or integration tests were (or will be) added to help protect against future regressions?
50-
For manual testing, be sure to describe in detail the actions you performed (including buttons you clicked, text you typed, commands you ran, etc.), and the results you observed.
51-
If you chose not to include a specific test, please explain why.
52-
53-
Write "N/A" if not applicable.
54-
55-
-->
56-
57-
### Documentation
58-
59-
<!-- Describe the documentation added or improved. Write "N/A" if not applicable. -->
60-
61-
### Release Notes
62-
63-
<!--
64-
65-
Please describe the changes in a single line that explains this improvement in
66-
terms that a user can understand. This text will be used in Atom's release notes.
67-
68-
If this change is not user-facing or notable enough to be included in release notes
69-
you may use the strings "Not applicable" or "N/A" here.
70-
71-
Examples:
72-
73-
- The GitHub package now allows you to add co-authors to commits.
74-
- Fixed an issue where the merge message did not show up in the commit message box.
75-
- Increased the performance of rendering diffs.
76-
77-
-->
78-
79-
### User Experience Research (Optional)
80-
81-
<!-- If this change would benefit from UXR, please state assumptions or hypotheses and specify if they are to be validated before or after releasing. Examples include investigating discoverability, verifying performance improvements, tracking metrics, etc. -->
82-
21+
<!-- Cross-reference any applicable Issues here. Use "Fixes #NNN" or "Closes #NNN" syntax to automatically close linked issues on merge. -->

0 commit comments

Comments
 (0)