]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add more placeholder text
authorArran Cudbard-Bell <a.cudbardb@gmail.com>
Wed, 14 Jul 2021 15:21:47 +0000 (10:21 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 15:21:47 +0000 (10:21 -0500)
.github/ISSUE_TEMPLATE/bug.yml [moved from .github/ISSUE_TEMPLATE/bug_report.yml with 58% similarity]

similarity index 58%
rename from .github/ISSUE_TEMPLATE/bug_report.yml
rename to .github/ISSUE_TEMPLATE/bug.yml
index 5e6bd422732c742acb8e3f1cc68fb4bc1e187adf..53a3c555fe953a03917a9136bdaf38c0bd6ee3f8 100644 (file)
@@ -13,8 +13,9 @@ body:
       label: What type of defect/bug is this?
       multiple: true
       options:
-        - Crash or memory corruption
-        - Non compliance with a standards document, or incorrect API usage
+        - Crash or memory corruption (segv, abort, etc...)
+        - Non compliance with a standards document
+        - incorrect 3rd party API usage
         - Unexpected behaviour (obvious or verified by project member)
   - type: textarea
     id: how_to_reproduce
@@ -29,6 +30,16 @@ body:
     attributes:
       label: Relevant log output
       description: Output of ``[radiusd|freeradius] -X`` showing issue occurring
+      placeholder: |
+        $ radiusd -X
+        Info  : FreeRADIUS Version 4.0.0
+        Info  : Copyright 1999-2021 The FreeRADIUS server project and contributors
+        Info  : There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
+        Info  : PARTICULAR PURPOSE
+        Info  : You may redistribute copies of FreeRADIUS under the terms of the
+        Info  : GNU General Public License
+        Info  : For more information about these matters, see the file named COPYRIGHT
+        ...
       render: shell
   - type: textarea
     id: backtrace
@@ -36,6 +47,8 @@ body:
       label: Backtrace from LLDB or GDB
       description: |
         Provide a full backtrace from LLDB or GDB (if relevant). 
-        [See here](https://github.com/FreeRADIUS/freeradius-server/blob/master/doc/source/bugs.md) for 
-        debugging instructions and how to obtain backtraces.
+        See [here](https://github.com/FreeRADIUS/freeradius-server/blob/master/doc/source/bugs.md) for debugging instructions and how to obtain backtraces.
+      placeholder: |
+        $ lldb -- radiusd -X
       render: shell
+