Skip to content

Commit 75b552f

Browse files
committed
Add issue templates
1 parent b9d5e11 commit 75b552f

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--
2+
!!! To report Security Vulnerabilities, please go to https://pivotal.io/security !!!
3+
-->
4+
**Affects Version(s):** \<Spring AMQP version>
5+
6+
---
7+
<!--
8+
Thanks for raising a Spring AMQP issue. What sort of issue are you raising?
9+
10+
## Question
11+
12+
Please ask questions about how to use something, or to understand why something isn't
13+
working as you expect it to, on
14+
[Stack Overflow using the `spring-amqp` tag](https://stackoverflow.com/questions/tagged/spring-amqp).
15+
16+
## Bug report
17+
18+
Please provide details of the problem, including the version of Spring AMQP that you
19+
are using. If possible, please provide a test case or sample application that reproduces
20+
the problem. This makes it much easier for us to diagnose the problem and to verify that
21+
we have fixed it.
22+
23+
## Enhancement
24+
25+
Please start by describing the problem that you are trying to solve. There may already
26+
be a solution, or there may be a way to solve it that you hadn't considered.
27+
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!--
2+
Thanks for contributing to Spring AMQP. Please provide a brief description of your pull-request and reference any related issue numbers (prefix references with #).
3+
4+
See the [Contributor Guidelines for more information](https://github.com/spring-projects/spring-amqp/blob/master/CONTRIBUTING.adoc).
5+
-->

0 commit comments

Comments
 (0)