-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: - [x] Removed license comments from the beginning of files - [x] Added LICENSE-README and AUTHORS - [x] Added Notifications API draft - [x] Updated Readme - [x] Updated docs (authentication, development) - [x] Added app icon license - [x] Added issue templates
- Loading branch information
1 parent
fcc0475
commit 0a6b653
Showing
81 changed files
with
349 additions
and
1,985 deletions.
There are no files selected for viewing
File renamed without changes.
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/app_ecosystem_v2/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: app_ecosystem_v2 = 1.0.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/app_ecosystem_v2/discussions/new | ||
about: Ask questions and discuss | ||
- name: Blank issue | ||
url: https://github.com/cloud-py-api/app_ecosystem_v2/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 |
File renamed without changes.
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,11 @@ | ||
# Authors | ||
|
||
* Andrey Borysenko <[email protected]> (Developer) | ||
* Alexander Piskun <[email protected]> (Developer) | ||
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 AppEcosystemV2 that much better: | ||
|
||
* Andrey Borysenko <[email protected]> | ||
* Alexander Piskun <[email protected]> | ||
* Julien Veyssier <[email protected]> | ||
|
||
[//]: # (<Please alphabetize new entries>) |
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,5 @@ | ||
Files in the AppEcosystemV2 are licensed under the Affero General Public License version 3, | ||
the text of which can be found in LICENSE, or any later version of the AGPL, | ||
unless otherwise noted. | ||
|
||
Attribution information for AppEcosystemV2 is contained in the AUTHORS.md file. |
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
Oops, something went wrong.