diff options
| author | Loris Cro <kappaloris@gmail.com> | 2022-08-03 16:20:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-03 16:20:27 +0200 |
| commit | c85bdbffa976fd9bd7a9512d5a4706b2df31627b (patch) | |
| tree | 983384b73c97e72a14788ee077244cd497e6ad25 /.github | |
| parent | fa321a07cd985c672879c091db6dd0aa6b66f0b7 (diff) | |
| download | zig-c85bdbffa976fd9bd7a9512d5a4706b2df31627b.tar.gz zig-c85bdbffa976fd9bd7a9512d5a4706b2df31627b.zip | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/autodoc-issue.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/autodoc-issue.md b/.github/ISSUE_TEMPLATE/autodoc-issue.md new file mode 100644 index 0000000000..bdf4e784b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/autodoc-issue.md @@ -0,0 +1,12 @@ +--- +name: Autodoc Issue +about: Issues with automatically generated docs, including stdlib docs. +title: 'Autodoc: {your issue}' +labels: autodoc +assignees: kristoff-it + +--- + +Autodoc is still work in progress and as such many bugs and missing features are already known. + +# Please report only <ins>regressions</ins>, i.e. things that worked in a previous build of new Autodoc (orange banner) that now don't work any more. |
