Skip to content

Commit e2d919c

Browse files
garyrussellartembilan
authored andcommitted
Add Github Issue and PR templates
* Polishing - PR Comments
1 parent 6f56e8b commit e2d919c

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/ISSUE_TEMPLATE.md

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

.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 Integration. 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-integration/blob/master/CONTRIBUTING.adoc).
5+
-->

0 commit comments

Comments
 (0)