Skip to content

Commit 11cc781

Browse files
committed
ISSUE_TEMPLATE.md update
1 parent 89ccdda commit 11cc781

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,37 @@
11
### Disclaimer
22

33
The xPack GNU RISC-V Embedded GCC is only a binary distribution of
4-
the **SiFive RISC-V GNU Embedded Toolchain**,
4+
the GNU GCC,
55
and does not intend to add new functionality, or to fix existing problems.
66

77
If you have questions/suggestions related to the procedure used to
88
build/publish the binary distribution, continue reading the next sections.
99

1010
If you have problems related to RISC-V GCC functionality, please use the
11-
official [SiFive Forums](https://forums.sifive.com/).
11+
official GCC support channels.
1212

1313
### Prerequisites
1414

1515
Before entering a new ticket, please consider the following:
1616

17-
- [ ] read the documentation pages carefully (`share/doc/pdf/gcc/gcc.pdf`)
18-
- [ ] check the [xPack Forums](https://www.tapatalk.com/groups/xpack/) for similar problems
17+
- [ ] read the GCC documentation pages carefully
18+
- [ ] check the [GitHub Discussions](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/discussions) for similar problems
1919
- [ ] check the [GitHub Issues](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/issues/)
2020

2121
If you still could not find an answer, if you have interesting use
2222
cases, if you have custom configurations, and generally if you have
2323
any experience that you would like to share with others, use the
24-
[xPack Forums](https://www.tapatalk.com/groups/xpack/), the
25-
GNU RISC-V Embedded GCC section.
24+
[GitHub Discussions](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/discussions).
2625

2726
If you are convinced that you identified a bug related to the binary
2827
distribution, not to GNU RISC-V Embedded GCC itself (if you have doubts,
2928
use the forum), or you have a pertinent suggestion how to enhance the
3029
xPack GNU RISC-V Embedded GCC distribution, continue and register a new issue.
3130

31+
Remove the above explanatory sections before continuing.
32+
33+
---
34+
3235
### Description
3336

3437
[Description of the bug or feature]
@@ -53,4 +56,4 @@ identify your problem.
5356

5457
---
5558

56-
Note: Remove unnecessary text after reading, before entering your ticket.
59+
DO NOT enter your ticket with the Disclaimer and Prerequisites explanations!

0 commit comments

Comments
 (0)