forked from asyncapi/spec
-
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.
chore: add new issue and PR templates according to the new spec proce…
…ss (asyncapi#516) * chore: add new issue and PR templates according to the new spec process * Improve issue and pr templates * Point to issue #1 on community repo * Fix stawman PR template * Add frontmatter to default issue template * Add a single PR template
- Loading branch information
Showing
8 changed files
with
131 additions
and
78 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,20 @@ | ||
--- | ||
name: "" | ||
about: "" | ||
--- | ||
|
||
<!-- | ||
!!! IMPORTANT !!! | ||
Before creating your issue: | ||
* **Have a question?** Find community resources at https://github.com/asyncapi/community/issues/1. | ||
* **Found an editing mistake?** Create a Pull Request with the edited fix. The Github UI allows you to edit files directly, find the source files at [asyncapi/spec/tree/master/spec](https://github.com/asyncapi/spec/tree/master/spec). | ||
* **Improvements to documentation?** Head over to [asyncapi/website](https://github.com/asyncapi/website). | ||
* **Feature request?** First read [asyncapi/spec/blob/master/CONTRIBUTING.md](https://github.com/asyncapi/spec/blob/master/CONTRIBUTING.md) and prefer creating a Pull Request! | ||
--> |
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 |
---|---|---|
@@ -1,30 +1,45 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG] " | ||
labels: bug | ||
title: "" | ||
labels: '🐞 Bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
<!-- | ||
!!! IMPORTANT !!! | ||
Before creating your issue: | ||
* **Have a question?** Find community resources at https://github.com/asyncapi/community/issues/1. | ||
* **Found an editing mistake?** Create a Pull Request with the edited fix. The Github UI allows you to edit files directly, find the source files at [asyncapi/spec/tree/master/spec](https://github.com/asyncapi/spec/tree/master/spec). | ||
* **Improvements to documentation?** Head over to [asyncapi/website](https://github.com/asyncapi/website). | ||
* **Feature request?** First read [asyncapi/spec/blob/master/CONTRIBUTING.md](https://github.com/asyncapi/spec/blob/master/CONTRIBUTING.md) and prefer creating a Pull Request! | ||
--> | ||
|
||
### Describe the bug | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
### To Reproduce | ||
Steps to reproduce the behavior: | ||
1. Create a document with '...' | ||
2. Try to change to '....' | ||
3. Try to validate the document doing '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
### Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Sample document** | ||
### Sample document | ||
If applicable, add an AsyncAPI document illustrating the problem. | ||
|
||
**Screenshots** | ||
### Screenshots | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional context** | ||
### Additional context | ||
Add any other context about the problem here. |
This file was deleted.
Oops, something went wrong.
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,23 @@ | ||
--- | ||
name: 💡 Proposal (RFC 1) | ||
about: See CONTRIBUTING.md | ||
title: "" | ||
labels: '💡 Proposal (RFC 1)' | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
!!! IMPORTANT !!! | ||
Before creating your issue: | ||
* **Have a question?** Find community resources at https://github.com/asyncapi/community/issues/1. | ||
* **Found an editing mistake?** Create a Pull Request with the edited fix. The Github UI allows you to edit files directly, find the source files at [asyncapi/spec/tree/master/spec](https://github.com/asyncapi/spec/tree/master/spec). | ||
* **Improvements to documentation?** Head over to [asyncapi/website](https://github.com/asyncapi/website). | ||
* **Feature request?** First read [asyncapi/spec/blob/master/CONTRIBUTING.md](https://github.com/asyncapi/spec/blob/master/CONTRIBUTING.md) and prefer creating a Pull Request! | ||
--> |
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,23 @@ | ||
--- | ||
name: Question | ||
about: A question about the spec or processes | ||
title: "" | ||
labels: '❔ Question' | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
!!! IMPORTANT !!! | ||
Before creating your issue: | ||
* **Have a question?** Find community resources at https://github.com/asyncapi/community/issues/1. | ||
* **Found an editing mistake?** Create a Pull Request with the edited fix. The Github UI allows you to edit files directly, find the source files at [asyncapi/spec/tree/master/spec](https://github.com/asyncapi/spec/tree/master/spec). | ||
* **Improvements to documentation?** Head over to [asyncapi/website](https://github.com/asyncapi/website). | ||
* **Feature request?** First read [asyncapi/spec/blob/master/CONTRIBUTING.md](https://github.com/asyncapi/spec/blob/master/CONTRIBUTING.md) and prefer creating a Pull Request! | ||
--> |
This file was deleted.
Oops, something went wrong.
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,23 @@ | ||
--- | ||
name: 💭 Strawman (RFC 0) | ||
about: See CONTRIBUTING.md | ||
title: "" | ||
labels: '💭 Strawman (RFC 0)' | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
!!! IMPORTANT !!! | ||
Before creating your issue: | ||
* **Have a question?** Find community resources at https://github.com/asyncapi/community/issues/1. | ||
* **Found an editing mistake?** Create a Pull Request with the edited fix. The Github UI allows you to edit files directly, find the source files at [asyncapi/spec/tree/master/spec](https://github.com/asyncapi/spec/tree/master/spec). | ||
* **Improvements to documentation?** Head over to [asyncapi/website](https://github.com/asyncapi/website). | ||
* **Feature request?** First read [asyncapi/spec/blob/master/CONTRIBUTING.md](https://github.com/asyncapi/spec/blob/master/CONTRIBUTING.md) and prefer creating a Pull Request! | ||
--> |
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,18 @@ | ||
--- | ||
title: "" | ||
--- | ||
|
||
--- | ||
|
||
**Related issue(s):** | ||
|
||
--- | ||
|
||
<!-- | ||
1. Make sure you craft a good description! | ||
2. Is it a Strawman proposal (RFC 0)? Add the 💭 Strawman (RFC 0) label. | ||
3. Is it a Proposal (RFC 1)? Add the 💡 Proposal (RFC 1) label. | ||
4. Is it just an editorial fix, typo, or something that doesn't change the spec behavior? Add the ✏️ Editorial label. | ||
--> |