-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0416ab6
commit 2202732
Showing
3 changed files
with
133 additions
and
13 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,65 @@ | ||
--- | ||
name: Bug report | ||
about: Create a new bug report to help us improve Octopost | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
A short description of what the bug is. | ||
|
||
<details open> | ||
<summary> | ||
<b>Description</b> | ||
</summary> | ||
[Describe the bug reported] | ||
</details> | ||
|
||
<br> | ||
|
||
<details> | ||
<summary> | ||
<b>Steps to Reproduce</b> | ||
</summary> | ||
|
||
[If applicable, provide detailed steps to reproduce the bug.] | ||
|
||
</details> | ||
|
||
<br> | ||
|
||
<details> | ||
<summary> | ||
<b>Expected Behavior</b> | ||
</summary> | ||
[Describe what is expected to happen.] | ||
</details> | ||
|
||
<br> | ||
|
||
<details> | ||
<summary> | ||
<b>Current Behavior</b> | ||
</summary> | ||
[Describe what is currently happening.] | ||
</details> | ||
|
||
<br> | ||
|
||
<details> | ||
<summary> | ||
<b>Visual information</b> | ||
</summary> | ||
[If possible, add screenshots to illustrate this bug.] | ||
</details> | ||
|
||
<br> | ||
|
||
<details> | ||
<summary> | ||
<b>Additional Information</b> | ||
</summary> | ||
[Provide any additional information, such as relevant versions, browser, OS, context, etc.] | ||
|
||
</details> |
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,58 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a feature to be added to Octopost | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the feature** | ||
A clear and short description of the feature. | ||
|
||
<details open> | ||
<summary> | ||
<b>Description</b> | ||
</summary> | ||
[Describe the new feature requested.] | ||
</details> | ||
|
||
<br> | ||
|
||
<details> | ||
<summary> | ||
<b>Use Case</b> | ||
</summary> | ||
|
||
[Explain the use for this feature and how it might benefits the project.] | ||
</details> | ||
|
||
<br> | ||
|
||
<details> | ||
<summary> | ||
<b>Implementation Details</b> | ||
</summary> | ||
|
||
[Provide any details or suggestions on how this feature could be implemented.] | ||
</details> | ||
|
||
<br> | ||
|
||
<details> | ||
<summary> | ||
<b>Visual Concepts</b> | ||
</summary> | ||
|
||
[Include any visual representations or concepts if those are available and applicable.] | ||
</details> | ||
|
||
<br> | ||
|
||
<details> | ||
<summary> | ||
<b>Additional Information</b> | ||
</summary> | ||
|
||
[Provide any additional information, such as context that might be relevant to the implementation of this specific feature.] | ||
</details> |
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