diff options
author | Brad King <brad.king@kitware.com> | 2023-02-22 21:44:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-22 21:44:39 (GMT) |
commit | e408157e1bd684b087803cb07ce85f0e7e2912de (patch) | |
tree | 6b2b5f83a85faca106aa4bd1281b10a49f611187 /.gitlab/issue_templates/Default.md | |
parent | 86db720a8cdad3bcd449d7137a648298e1fb13a3 (diff) | |
download | CMake-e408157e1bd684b087803cb07ce85f0e7e2912de.zip CMake-e408157e1bd684b087803cb07ce85f0e7e2912de.tar.gz CMake-e408157e1bd684b087803cb07ce85f0e7e2912de.tar.bz2 |
gitlab: Add default issue template
Populate issue descriptions by default with a note directing reporters
to other resources they should consider using first. Make it a comment
so that the content does not actually render in the report not removed.
Diffstat (limited to '.gitlab/issue_templates/Default.md')
-rw-r--r-- | .gitlab/issue_templates/Default.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md new file mode 100644 index 0000000..3b083d2 --- /dev/null +++ b/.gitlab/issue_templates/Default.md @@ -0,0 +1,9 @@ +<!-- +This issue tracker is for CMake upstream development: + +* If you are having trouble building a specific third-party project + that uses CMake, ask for help in that project's forums first. + +* If you have a coding or usage question, please ask for help + on the CMake discourse forums: https://discourse.cmake.org/ +--> |