-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexander Piskun <[email protected]>
- Loading branch information
Showing
7 changed files
with
127 additions
and
15 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,62 @@ | ||
name: Bug Report | ||
description: Create a report to help reproduce and correct the bug | ||
labels: ['Bug', 'Needs Triage'] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
#### Before submitting a bug, please make sure the issue hasn't been already | ||
addressed by searching through [the past issues](https://github.com/cloud-py-api/nc_py_api/issues). | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: > | ||
A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps/Code to Reproduce | ||
description: | | ||
Please add a minimal code example that can reproduce the error when running it. Be as succinct as possible. | ||
If the code is too long, feel free to put it in a public gist and link it in the issue: https://gist.github.com. | ||
placeholder: | | ||
``` | ||
Sample code to reproduce the problem | ||
``` | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Results | ||
description: > | ||
Please paste or describe the expected results. | ||
placeholder: > | ||
Example: No error is thrown. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Actual Results | ||
description: | | ||
Please paste or describe the results you observe instead of the expected results. If you observe an error, please paste the error message including the **full traceback** of the exception. | ||
placeholder: > | ||
Please paste or specifically describe the actual output or traceback. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Setup configuration | ||
description: | | ||
Paste or describe the configuration setting, including software versions, to help diagnose the problem more quickly. | ||
placeholder: > | ||
Example: nc_py_apy = 0.15.0, nextcloud = 28.0.4, etc. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Thanks for contributing 🎉! |
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: Discussions | ||
url: https://github.com/cloud-py-api/nc_py_api/discussions/new | ||
about: Ask questions and discuss | ||
- name: Blank issue | ||
url: https://github.com/cloud-py-api/nc_py_api/issues/new | ||
about: Please note that Github Discussions should be used in most cases instead |
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: Feature request | ||
description: Suggest a new feature, enhancement to an existing, etc. | ||
labels: ['New Feature', 'Needs Triage'] | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe why it is important and where it will be useful | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe your proposed solution | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered, if relevant | ||
- type: textarea | ||
attributes: | ||
label: Additional context |
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,14 @@ | ||
Here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS -- | ||
people who have submitted patches, reported bugs, added translations, helped | ||
answer newbie questions, and generally made NC-Py-API that much better: | ||
|
||
Andrey Borysenko <[email protected]> | ||
Alexander Piskun <[email protected]> | ||
<Please alphabetize new entries> | ||
|
||
A big THANK YOU goes to: | ||
|
||
All Nextcloud community. | ||
All Python community. | ||
|
||
Guido van Rossum for creating Python. |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
include nc_py_api/* | ||
include AUTHORS | ||
include README.md | ||
include CHANGELOG.md | ||
include pyproject.toml | ||
|
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