Skip to content

Commit 0b79fd0

Browse files
jhlegarretahjmjohnson
authored andcommitted
DOC: Fix typos in GitHub issue template files
Fix typos in GitHub issues template files: leave `SSCCE` to mean "Short, Self Contained, Correct (Compilable) Example" and remove `SSEE`.
1 parent 3574e45 commit 0b79fd0

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ already filed. -->
2424
3. [and so on...]
2525
2626
Provide a minimal, complete, compilable, and verifiable example (commonly
27-
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSEE,
28-
Short, Self Contained, Correct (Compilable) Example, SSCCE) or code snippet,
27+
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSCCE,
28+
Short, Self Contained, Correct (Compilable) Example) or code snippet,
2929
either through a GitHub gist (https://gist.github.com/) or providing your own
3030
files (including your source code, `CMakeLists.txt` file if applicable, and your
3131
data) reproducing the issue or showing an incorrect result. -->

.github/ISSUE_TEMPLATE/compiler_support_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ already filed. -->
2424
3. [and so on...]
2525
2626
Provide a minimal, complete, compilable, and verifiable example (commonly
27-
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSEE,
28-
Short, Self Contained, Correct (Compilable) Example, SSCCE) or code snippet,
27+
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSCCE,
28+
Short, Self Contained, Correct (Compilable) Example) or code snippet,
2929
either through a GitHub gist (https://gist.github.com/) or providing your own
3030
files (including your source code, and `CMakeLists.txt` file) reproducing the
3131
build failure. -->

.github/ISSUE_TEMPLATE/data_addition_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ data benefits or challenges the toolkit. -->
2525
3. [and so on...]
2626
2727
Provide a minimal, complete, compilable, and verifiable example (commonly
28-
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSEE,
29-
Short, Self Contained, Correct (Compilable) Example, SSCCE) or code snippet,
28+
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSCCE,
29+
Short, Self Contained, Correct (Compilable) Example) or code snippet,
3030
either through a GitHub gist (https://gist.github.com/) or providing your own
3131
files (including your source code, `CMakeLists.txt` file if applicable, and
3232
your data) showing how the toolkit is challenged by the new data. -->

.github/ISSUE_TEMPLATE/design_impact_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ look like. -->
3030
```
3131

3232
<!-- Provide a minimal, complete, compilable, and verifiable example (commonly
33-
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSEE,
34-
Short, Self Contained, Correct (Compilable) Example, SSCCE) or code snippet,
33+
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSCCE,
34+
Short, Self Contained, Correct (Compilable) Example) or code snippet,
3535
either through a GitHub gist (https://gist.github.com/) or providing your own
3636
files (including your source code, `CMakeLists.txt` file if applicable, and your
3737
data) showing the benefit of the change. -->

.github/ISSUE_TEMPLATE/infrastructure_impact_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ code would look like. -->
3030
```
3131

3232
<!-- Provide a minimal, complete, compilable, and verifiable example (commonly
33-
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSEE,
34-
Short, Self Contained, Correct (Compilable) Example, SSCCE) or code snippet,
33+
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSCCE,
34+
Short, Self Contained, Correct (Compilable) Example) or code snippet,
3535
either through a GitHub gist (https://gist.github.com/) or providing your own
3636
files (including your source code, `CMakeLists.txt` file if applicable, and your
3737
data) showing the benefit of the change. -->

.github/ISSUE_TEMPLATE/performance_impact_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ what the code would look like. -->
3030
```
3131

3232
<!-- Provide a minimal, complete, compilable, and verifiable example (commonly
33-
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSEE,
34-
Short, Self Contained, Correct (Compilable) Example, SSCCE) or code snippet,
33+
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSCCE,
34+
Short, Self Contained, Correct (Compilable) Example) or code snippet,
3535
either through a GitHub gist (https://gist.github.com/) or providing your own
3636
files (including your source code, `CMakeLists.txt` file if applicable, and your
3737
data) that shows the performance improvement of the change. -->

.github/ISSUE_TEMPLATE/regression_bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ already filed. -->
2424
3. [and so on...]
2525
2626
Provide a minimal, complete, compilable, and verifiable example (commonly
27-
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSEE,
28-
Short, Self Contained, Correct (Compilable) Example, SSCCE) or code snippet,
27+
abbreviated as MWE, Minimal Working Example, or sometimes referred to as SSCCE,
28+
Short, Self Contained, Correct (Compilable) Example) or code snippet,
2929
either through a GitHub gist (https://gist.github.com/) or providing your own
3030
files (including your source code, `CMakeLists.txt` file if applicable, and your
3131
data) reproducing the incorrect regression result. -->

0 commit comments

Comments
 (0)