-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added issue for suggesting a feature * Added an issue for updating documentation * Added labels and assignees on all issue templates * Added trailing space to title of bug report issue type
- Loading branch information
1 parent
ca01a30
commit 53bf356
Showing
4 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Suggest a Feature | ||
about: Please suggest any new features and/or HTTP headers here. | ||
title: 'Feature Request: ' | ||
labels: ['enhancement', 'branch required'] | ||
assignees: | ||
- 'GaProgMan' | ||
--- | ||
|
||
## My Feature Request | ||
|
||
Please provide as much detail about the feature or HTTP header that you are requesting here. If you are requesting an HTTP header, please link to both the [MDN](https://developer.mozilla.org/en-US/) and [OWASP Secure Headers Project](https://owasp.org/www-project-secure-headers/#div-headers) pages for that header. | ||
|
||
## Minimal Code Sample | ||
|
||
The following is a [minimal code sample](https://gaprogman.github.io/OwaspHeaders.Core/Minimal-Code-Sample/) which helps to highlight the potential design for the feature or HTTP header. | ||
|
||
```cs | ||
// in Program.cs | ||
app.UseSecureHeadersMiddleware(); | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Update Documentation | ||
about: Please feel free to raise documentation change requests here. | ||
title: 'Docs update: ' | ||
labels: ['docs', 'branch required'] | ||
assignees: | ||
- 'GaProgMan' | ||
--- | ||
|
||
## Documentation Update | ||
|
||
Please be as specific as you can about the documentation which needs to be updated and link to either the [MDN](https://developer.mozilla.org/en-US/) or [OWASP Secure Headers Project](https://owasp.org/www-project-secure-headers/#div-headers) pages which supports the documentation change. |