-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare version 1.1.1
- Loading branch information
Showing
7 changed files
with
143 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
name: Issue Report | ||
about: Use this template to report a problem | ||
title: "[VERSION] [PROBLEM SUMMARY]" | ||
labels: bug | ||
assignees: | ||
--- | ||
|
||
## Expected Behavior | ||
|
||
Please describe the behavior you are expecting | ||
|
||
## Current Behavior | ||
|
||
What is the current behavior? | ||
|
||
## Context | ||
|
||
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. | ||
|
||
* Project Version: | ||
* Operating System: | ||
* Toolchain: | ||
* Toolchain version: | ||
|
||
## Failure Information (for bugs) | ||
|
||
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template. | ||
|
||
### Steps to Reproduce | ||
|
||
Please provide detailed steps for reproducing the issue. | ||
|
||
1. step 1 | ||
2. step 2 | ||
3. you get it... | ||
|
||
### Failure Logs | ||
|
||
Please include any relevant log snippets or files here. | ||
|
||
## Checklist | ||
|
||
- [ ] I am running the latest version | ||
- [ ] I checked the documentation and found no answer | ||
- [ ] I checked to make sure that this issue has not already been filed | ||
- [ ] I'm reporting the issue to the correct repository (for multi-repository projects) | ||
- [ ] I have provided sufficient information for the team |
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,27 @@ | ||
--- | ||
name: Feature Request | ||
about: Use this template for requesting new features | ||
title: "[FEATURE NAME]" | ||
labels: enhancement | ||
assignees: | ||
--- | ||
|
||
## Expected Behavior | ||
|
||
Please describe the behavior you are expecting | ||
|
||
## Current Behavior | ||
|
||
What is the current behavior? | ||
|
||
## Sample Code | ||
|
||
If applicable, provide a sample code snippet that demonstrates the gist of feature you're proposing. This can be either from a usage standpoint, or an implementation standpoint. | ||
|
||
## Context | ||
|
||
Please provide any relevant information about your setup, which will help us ensure the requested support will work for you. | ||
|
||
* Project Version: | ||
* Operating System: | ||
* Toolchain version: |
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,16 @@ | ||
--- | ||
name: Question | ||
about: Use this template to ask a question about the project | ||
title: "[QUESTION SUMMARY]" | ||
labels: ["help wanted", "question"] | ||
assignees: | ||
--- | ||
|
||
## Question | ||
|
||
State your question | ||
|
||
## Sample Code | ||
```php | ||
Please include relevant code snippets or files that provide context for your question. | ||
``` |
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,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: GitHub Discussions | ||
url: https://github.com/kulturwunsch/Kultur-API-for-WP/discussions | ||
about: Please ask and answer questions here. | ||
- name: Report a security issue | ||
url: https://kulturwunsch.de/kontakt/ | ||
about: Please report security vulnerabilities here. |
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