Skip to content

Commit e2464eb

Browse files
author
Damian Rouson
committed
Add GitHub issue submission template
1 parent 008ad61 commit e2464eb

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!-- Please fill out the issue template included below, failure to do -->
2+
<!-- so may result in immediate closure of your issue. -->
3+
4+
<!-- Fill out all portions of this template that apply. Please delete -->
5+
<!-- any unnecessary sections. -->
6+
7+
<!-- PRO TIP! Submit the pull request *before* you check any -->
8+
<!-- checkboxes. Then, use the gui/web interface to check the -->
9+
<!-- checkboxes! -->
10+
11+
Please make sure to put any logs, terminal output, or code in
12+
[fenced code blocks].
13+
14+
# Defect/Bug Report #
15+
16+
<!-- delete this section if it does not apply -->
17+
The title of the issue should start with `Defect:` followed by a
18+
succinct title.
19+
20+
<!-- THE FOLLOWING INFORMATION IS MANDATORY if you would like our help -->
21+
22+
- GCC Version used to build this fork: <!-- `gcc --version` -->
23+
- Output of `uname -a`:
24+
- Machine architecture and number of physical cores:
25+
26+
## Observed Behavior ##
27+
28+
## Expected Behavior ##
29+
30+
## Steps to Reproduce ##
31+
32+
# Question #
33+
34+
<!-- delete this section if it does not apply -->
35+
The title of the issue should start with `Question:` followed by a
36+
succinct title. Add the text of your question here. Be specific. Search for
37+
answers on [Google] and [Stack Overflow]
38+
before asking a new question
39+
40+
# Request for Enhancement (RFE) #
41+
42+
<!-- delete this section if it does not apply -->
43+
The title of the issue should start with `RFE:` followed by a succinct
44+
title. If you are willing to help out, please review the [Contributing to GCC]
45+
page.
46+
47+
[links]:#
48+
[Google]: https://www.google.com
49+
[Stack Overflow]: https://stackoverflow.com
50+
[fenced codeblocks]: https://help.github.com/articles/creating-and-highlighting-code-blocks/
51+
[CONTRIBUTING.md]: https://github.com/sourceryinstitute/OpenCoarrays/blob/master/CONTRIBUTING.md
52+
[Helping Out]: https://github.com/sourceryinstitute/OpenCoarrays/blob/master/CONTRIBUTING.md#helping-out
53+
[Contributing to GCC]: https://gcc.gnu.org/contribute.html

0 commit comments

Comments
 (0)