diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2018-05-26 22:27:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-26 22:27:10 +0200 |
commit | b350596efe2ff4da88b25de862d5ed4931386a46 (patch) | |
tree | cada732fa6767cd7ad91da17d81380d8ed670def /doc/shields.inc | |
parent | 411cca2e3afd590f4e0c50fec08165de5a11b807 (diff) | |
parent | 7a005d5e7652517d5818e201d2d81c597ac75189 (diff) | |
download | ghdl-b350596efe2ff4da88b25de862d5ed4931386a46.tar.gz ghdl-b350596efe2ff4da88b25de862d5ed4931386a46.tar.bz2 ghdl-b350596efe2ff4da88b25de862d5ed4931386a46.zip |
Merge pull request #583 from 1138-4EB/add-issue-templates
add .github (issue templates)
Diffstat (limited to 'doc/shields.inc')
-rw-r--r-- | doc/shields.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/shields.inc b/doc/shields.inc index 562551ede..ed8f91afd 100644 --- a/doc/shields.inc +++ b/doc/shields.inc @@ -37,6 +37,18 @@ :target: https://github.com/ghdl/ghdl/issues/new :alt: Open new issue at GitHub +.. |SHIELD:new-pr| image:: https://img.shields.io/badge/new-pull--request-yellowgreen.svg?style=flat + :target: https://github.com/ghdl/ghdl/compare/ + :alt: Open new Pull Request (PR) at GitHub + +.. |SHIELD:bug-report| image:: https://img.shields.io/badge/new-bug--report-yellowgreen.svg?style=flat + :target: https://github.com/ghdl/ghdl/issues/new?template=bug_report.md + :alt: Open new bug report at GitHub + +.. |SHIELD:feature-request| image:: https://img.shields.io/badge/new-feature--request-yellowgreen.svg?style=flat + :target: https://github.com/ghdl/ghdl/issues/new?template=feature_request.md + :alt: Open new feature request at GitHub + .. |SHIELD:issues-open| image:: https://img.shields.io/github/issues/ghdl/ghdl.svg :target: https://github.com/ghdl/ghdl/issues :alt: Open issues |