mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-07-15 14:04:34 +08:00
Add issue templates
This commit is contained in:
parent
3eb8e33072
commit
21d3ed69ef
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
name: Report a bug
|
||||||
|
about: Create a report about something that is not working properly
|
||||||
|
labels: bug
|
||||||
|
---
|
||||||
|
|
||||||
|
### Describe the bug
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
### To reproduce
|
||||||
|
<!--
|
||||||
|
We ❤ code! Ideally, please point us to a minimalistic repro project hosted in a GitHub repository.
|
||||||
|
For a repro project, create a new project and apply the minimum required code to result in the issue you're observing.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Exceptions (if any)
|
||||||
|
<!--
|
||||||
|
Include the exception you get when facing this issue.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Further technical details
|
||||||
|
- ASP.NET Core version.
|
||||||
|
- Include the output of `dotnet --info`.
|
||||||
|
- The IDE (VS / VS Code/ VS4Mac) you're running on, and its version.
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
blank_issues_enabled: true
|
||||||
|
contact_links:
|
||||||
|
- name: Sponsor the project
|
||||||
|
url: https://github.com/sponsors/kevinchalet
|
||||||
|
about: In recognition of their support, sponsors can get private support and depending on the selected tier, an access to security announcements and patches
|
||||||
|
- name: Ask a question (community support)
|
||||||
|
url: https://stackoverflow.com/questions/ask?tags=openiddict
|
||||||
|
about: Ask a question that will be answered by the OpenIddict community
|
15
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: Suggest an enhancement
|
||||||
|
about: "Suggest an idea for this project. Note: priority will be given to suggestions made by sponsors"
|
||||||
|
labels: enhancement
|
||||||
|
---
|
||||||
|
|
||||||
|
### Is your feature request related to a problem?
|
||||||
|
A clear and concise description of what the problem is.
|
||||||
|
Example: I am trying to do [...] but [...].
|
||||||
|
|
||||||
|
### Describe the solution you'd like
|
||||||
|
A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
|
||||||
|
|
||||||
|
### Additional context
|
||||||
|
Add any other context or screenshots about the feature request here.
|
5
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
5
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
name: Ask a question or request support (sponsors-only)
|
||||||
|
about: "Important: only sponsors can ask a question on GitHub. If you're not a sponsor, please post your question on StackOverflow"
|
||||||
|
labels: question
|
||||||
|
---
|
@ -2,9 +2,15 @@
|
|||||||
|
|
||||||
This repository provides the documentation for the [OpenIddict](https://github.com/openiddict) project.
|
This repository provides the documentation for the [OpenIddict](https://github.com/openiddict) project.
|
||||||
|
|
||||||
|
## Security policy
|
||||||
|
|
||||||
|
Security issues and bugs should be reported privately by emailing contact@kevinchalet.com.
|
||||||
|
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
**Need help or wanna share your thoughts?** Don't hesitate to join us on Gitter or ask your question on StackOverflow:
|
If you need support, please make sure you [sponsor the project](https://github.com/sponsors/kevinchalet) before creating a GitHub ticket.
|
||||||
|
If you're not a sponsor, you can post your questions on Gitter or StackOverflow:
|
||||||
|
|
||||||
- **Gitter: [https://gitter.im/openiddict/openiddict-core](https://gitter.im/openiddict/openiddict-core)**
|
- **Gitter: [https://gitter.im/openiddict/openiddict-core](https://gitter.im/openiddict/openiddict-core)**
|
||||||
- **StackOverflow: [https://stackoverflow.com/questions/tagged/openiddict](https://stackoverflow.com/questions/tagged/openiddict)**
|
- **StackOverflow: [https://stackoverflow.com/questions/tagged/openiddict](https://stackoverflow.com/questions/tagged/openiddict)**
|
||||||
|
6
SECURITY.md
Normal file
6
SECURITY.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Security policy
|
||||||
|
|
||||||
|
Security issues and bugs should be reported privately by emailing contact@kevinchalet.com.
|
||||||
|
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
|
||||||
|
|
||||||
|
Please do not open GitHub issues for anything you think might have a security implication.
|
Loading…
Reference in New Issue
Block a user