diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 48021f86d..b5267bc74 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -9,4 +9,7 @@ contact_links: - name: Frequently Asked Questions url: https://pandoc.org/faqs.html about: "Some frequently asked qusetions (and answers)" + - name: Contributing Guidelines + url: https://github.com/jgm/pandoc/CONTRIBUTING.md + about: "Guidelines for submitting bug reports and code improvements" |