diff options
author | Brad King <brad.king@kitware.com> | 2023-02-23 21:34:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-02-23 21:34:53 (GMT) |
commit | 3f41c0a12ad885102ae1bb1ab8cee444ad049040 (patch) | |
tree | 6716e90d2685e79622700f4e73118e750e412945 /.gitlab | |
parent | df5adfd5ab1f2ab30acf33031a75fc2c69dfd599 (diff) | |
parent | e408157e1bd684b087803cb07ce85f0e7e2912de (diff) | |
download | CMake-3f41c0a12ad885102ae1bb1ab8cee444ad049040.zip CMake-3f41c0a12ad885102ae1bb1ab8cee444ad049040.tar.gz CMake-3f41c0a12ad885102ae1bb1ab8cee444ad049040.tar.bz2 |
Merge topic 'gitlab-issue-template'
e408157e1b gitlab: Add default issue template
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: scivision <michael@scivision.dev>
Acked-by: Marc Chevrier <marc.chevrier@gmail.com>
Merge-request: !8244
Diffstat (limited to '.gitlab')
-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/ +--> |