Skip to content

Commit 266854a

Browse files
committed
Add GitHub Issue Templates
Closes gh-1618
1 parent 8f02c83 commit 266854a

File tree

5 files changed

+57
-8
lines changed

5 files changed

+57
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'type: bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior.
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Sample**
20+
21+
A link to a GitHub repository with a [minimal, reproducible sample](https://stackoverflow.com/help/minimal-reproducible-example).
22+
23+
Reports that include a sample will take priority over reports that do not.
24+
At times, we may require a sample, so it is good to try and include a sample up front.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Community Support
4+
url: https://stackoverflow.com/questions/tagged/spring-security
5+
about: Please ask and answer questions on StackOverflow with the tag spring-session
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: 'type: enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
**Expected Behavior**
11+
12+
<!--- Tell us how it should work -->
13+
14+
**Current Behavior**
15+
16+
<!--- Explain the difference from current behavior -->
17+
18+
**Context**
19+
20+
<!---
21+
How has this issue affected you?
22+
What are you trying to accomplish?
23+
What other alternatives have you considered?
24+
Are you aware of any workarounds?
25+
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ For Security Vulnerabilities, please use https://pivotal.io/security#reporting
33
-->
44

55
<!--
6-
Thanks for contributing to Spring Session. Please provide a brief description of your pull-request and reference any related issue numbers (prefix references with #).
6+
Before creating new features, we recommend creating an issue to discuss the feature. This ensures that everyone is on the same page before extensive work is done.
7+
8+
Thanks for contributing to Spring Security. Please provide a brief description of your pull-request and reference any related issue numbers (prefix references with gh-).
79
-->

0 commit comments

Comments
 (0)