You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: ISSUE_TEMPLATE.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,29 +20,31 @@ Do you want to ask a question? Are you looking for support? The Atom message boa
20
20
21
21
### Description
22
22
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. -->
24
24
25
25
### Steps to Reproduce
26
26
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...-->
30
30
31
31
**Expected behavior:**
32
32
33
-
[What did you expect to happen?]
33
+
<!--What did you expect to happen?-->
34
34
35
35
**Actual behavior:**
36
36
37
-
[What actually happened instead?]
37
+
<!--What actually happened instead?-->
38
38
39
39
**Reproduces how often:**
40
40
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? -->
42
42
43
-
### Versions
43
+
### Platform and Versions
44
44
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.
Copy file name to clipboardExpand all lines: PULL_REQUEST_TEMPLATE.md
+2-63Lines changed: 2 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
### Requirements
4
4
5
5
* 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.
7
6
8
7
### Description of the Change
9
8
@@ -13,70 +12,10 @@ We must be able to understand the design of your change from this description. I
13
12
14
13
-->
15
14
16
-
### Screenshot/Gif
15
+
### Screenshot or Gif
17
16
18
17
<!-- 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. -->
19
18
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
-
32
19
### Applicable Issues
33
20
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