[ GitHub ]: Improve issue overview & template

Co-Authored-By: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com>
This commit is contained in:
PhoneDroid
2026-02-08 12:23:45 -05:00
committed by Max Wilfinger
parent 9233b88e7d
commit acd690d484
3 changed files with 25 additions and 5 deletions
@@ -5,7 +5,11 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this problem report! Please [search](https://github.com/FreeCAD/FreeCAD/issues) if a similar issue already exists and check out [how to report issues](https://github.com/FreeCAD/FreeCAD?tab=readme-ov-file#reporting-issues). By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/FreeCAD/FreeCAD/blob/main/CODE_OF_CONDUCT.md).
> [!TIP]
> If this is your first time, read [how to report an issue to FreeCAD][Guide].
[Guide]: https://github.com/FreeCAD/FreeCAD?tab=readme-ov-file#reporting-issues
- type: textarea - type: textarea
id: description id: description
+19 -4
View File
@@ -1,5 +1,20 @@
blank_issues_enabled: false
blank_issues_enabled : false
contact_links: contact_links:
- name: 💬 START HERE -- FreeCAD Forum
url: https://forum.freecad.org/ - about : Join the community on our Discord.
about: You are encouraged to discuss the problem you are seeing on the FreeCAD Forums before opening an issue on GitHub name : 💬 𝗗𝗶𝘀𝗰𝗼𝗿𝗱
url : https://discord.gg/w2cTKGzccC
- about : Join the community on our Forum.
name : 💬 𝗙𝗼𝗿𝘂𝗺
url : https://forum.freecad.org
- about : Read on how FreeCAD is developed.
name : 📕 𝗛𝗮𝗻𝗱𝗯𝗼𝗼𝗸
url : https://freecad.github.io/DevelopersHandbook
- about : Look up information about FreeCAD.
name : 🌐 𝗪𝗶𝗸𝗶
url : https://wiki.freecad.org
+1
View File
@@ -42,6 +42,7 @@ exclude: |
(?x)^( (?x)^(
.*vcproj.*| .*vcproj.*|
.*vcxproj.*| .*vcxproj.*|
.github/ISSUE_TEMPLATE|
src/App/ExpressionParser.tab.c| src/App/ExpressionParser.tab.c|
src/App/ExpressionParser.tab.h| src/App/ExpressionParser.tab.h|
src/App/ExpressionParser.y| src/App/ExpressionParser.y|