diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-06-11 09:47:17 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-06-11 09:47:17 -0700 |
commit | 01bae106bff928a7cb944c6c89f7846243bf4913 (patch) | |
tree | e39d7926f7e3c12278f0f8b6a6aa0e6987310e67 /.github/ISSUE_TEMPLATE | |
parent | 1abac223c2038a671d7508ce1f4dd585ddffa58a (diff) | |
download | pandoc-01bae106bff928a7cb944c6c89f7846243bf4913.tar.gz |
Add contributing guidelines to issue menu.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-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" |