From d630f2c438ba386d406583f208bd3e6fafd5a646 Mon Sep 17 00:00:00 2001 From: Keenan Lang <klang@aps.anl.gov> Date: Tue, 20 Sep 2016 16:46:32 -0500 Subject: [PATCH] Issue/feature reporting link Added links to open issue reporter with built-in template to get people to fill out better issue reports. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c0c0c3..cb9e138 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,6 @@ converted from APS SVN repository: Fri Nov 20 18:04:37 CST 2015 Regarding the license of tagged versions prior to synApps 4-5, refer to http://www.aps.anl.gov/bcda/synApps/license.php + +[Report an issue with XXX](https://github.com/epics-modules/xxx/issues/new?title=%20ISSUE%20NAME%20HERE&body=**Describe%20the%20issue**%0A%0A**Steps%20to%20reproduce**%0A1.%20Step%20one%0A2.%20Step%20two%0A3.%20Step%20three%0A%0A**Expected%20behaivour**%0A%0A**Actual%20behaviour**%0A%0A**Build%20Environment**%0AArchitecture:%0AEpics%20Base%20Version:%0ADependent%20Module%20Versions:&labels=bug) +[Request a feature](https://github.com/epics-modules/xxx/issues/new?title=%20FEATURE%20SHORT%20DESCRIPTION&body=**Feature Long Description**%0A%0A**Why%20should%20this%20be%20added?**%0A&labels=enhancement) -- GitLab