Skip to content

Commit c88ede6

Browse files
Merge pull request #31 from okta/OKTA-286015-add-issue-template
OKTA-286015: add github issue templates
2 parents 956d13b + feed112 commit c88ede6

File tree

4 files changed

+102
-0
lines changed

4 files changed

+102
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Bug report
3+
about: Report a bug
4+
5+
---
6+
<!--
7+
Before creating an issue or submitting a PR, please check that your issue is not already fixed in the latest stable version and that a similar issue or PR is not reported already (also check closed issues).
8+
-->
9+
10+
<!--
11+
Please help us process GitHub Issues faster by providing the following information.
12+
13+
Note: If you have a question about your entire application or use case, please post it on the Okta Developer Forum (https://devforum.okta.com) instead. For urgent issues contact support@okta.com. Issues in this repository are reserved for bug reports and feature requests.
14+
-->
15+
16+
## Current behavior
17+
<!-- Describe how the issue manifests. -->
18+
19+
20+
## Expected behavior
21+
<!-- Describe what the desired behavior would be. -->
22+
23+
24+
## Minimal reproduction of the problem with instructions
25+
<!--
26+
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem.
27+
You could use one of our sample applications to build a reproduction demo: https://github.com/okta?q=samples-aspnet
28+
-->
29+
30+
31+
## Environment
32+
33+
- OS:
34+
- Browser:
35+
<!-- if applicable, specify browser name and version -->
36+
- .Net Framework:
37+
<!-- i.e., .Net Core 3.1 -->
38+
- Other:
39+
<!-- Provide any other relevant environment details if applicable. -->

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
<!--
7+
Before submitting a feature request, please check that the feature is not already implemented in the latest stable version and that a similar feature request is not already submitted (also check closed issues).
8+
-->
9+
10+
<!--
11+
Please help us process GitHub Issues faster by providing the following information.
12+
13+
Note: If you have a question about your entire application or use case, please post it on the Okta Developer Forum (https://devforum.okta.com) instead. For urgent issues contact support@okta.com. Issues in this repository are reserved for bug reports and feature requests.
14+
-->
15+
16+
## User story
17+
<!-- Describe what problem is solved by implementing this feature: "As a <type_of_user>, I want <some_goal> so that <some_reason>" -->
18+
19+
20+
## Proposed solution
21+
<!-- Provide additional detail about the motivation or the concrete use case. -->
22+
23+
24+
## Alternatives considered
25+
<!-- Provide a description of any alternative solutions or features you've considered. -->
26+
27+
28+
## Additional information
29+
<!-- Add any other context or screenshots about the feature request here. -->
30+

.github/pull_request_template.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--
2+
Before creating an issue or submitting a PR, please check that your issue is not already fixed in the latest stable version and that a similar issue or PR is not reported already (also check closed issues).
3+
-->
4+
5+
<!--
6+
Please help us process GitHub Issues faster by providing the following information.
7+
8+
Note: If you have a question about your entire application or use case, please post it on the Okta Developer Forum (https://devforum.okta.com) instead. For urgent issues contact support@okta.com. Issues in this repository are reserved for bug reports and feature requests.
9+
-->
10+
11+
12+
## Issue \#
13+
<!-- Reference any existing issue(s) here. -->
14+
15+
16+
## Code
17+
<!-- If possible, commit unit tests separately from the implementation to simplify validation. -->
18+
- [ ] Unit test(s)
19+
- [ ] Implementation
20+
21+
22+
## Current behavior
23+
<!-- Describe what behavior is changing, if any. -->
24+
25+
26+
## Desired behavior
27+
<!-- Describe what the desired behavior is. -->
28+
29+
30+
## Additional Context
31+
<!-- Describe the motivation or the concrete use case. -->
32+

0 commit comments

Comments
 (0)