generated from AthennaIO/Template
-
-
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.
Merge pull request #14 from AthennaIO/develop
Move to ESM
- Loading branch information
Showing
100 changed files
with
12,637 additions
and
22,848 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
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 +1 @@ | ||
open_collective: athenna | ||
open_collective: athennaio |
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,22 +1,5 @@ | ||
<!-- CLICK "Preview" FOR INSTRUCTIONS IN A MORE READABLE FORMAT --> | ||
## 👉 [Please follow one of these issue templates](https://github.com/AthennaIO/Artisan/issues/new/choose) 👈 | ||
|
||
## Prerequisites | ||
<!-- Love Athenna? Please consider supporting our collective: 👉 https://opencollective.com/athenna/donate --> | ||
|
||
- Ensure the issue isn't already reported. | ||
- Ensure you are reporting the bug in the correct repository. | ||
|
||
*Delete the above section and the instructions in the sections below before submitting* | ||
|
||
## Description | ||
|
||
If this is a feature request, explain why it should be added. Specific use-cases and problems that it solve are best. | ||
|
||
For bug reports, please provide as much *relevant* info as possible. | ||
|
||
## Package version | ||
|
||
<!-- YOUR ANSWER --> | ||
|
||
## Error Message & Stack Trace | ||
|
||
## Relevant Information | ||
Note: to keep the backlog clean and actionable, issues may be immediately closed if they do not follow one of the above issue templates. |
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,96 @@ | ||
name: Bug Report 🪲 | ||
description: Create a bug report to help us improve. | ||
title: '[Bug]: ' | ||
labels: ['bug'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Please follow these steps first: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Troubleshoot | ||
If Athenna is not behaving the way you expect, we'd ask you to look at the [documentation](https://athenna.io/docs/getting-started) and search the issue tracker for evidence supporting your expectation. Please make reasonable efforts to troubleshoot and rule out issues with your code, the configuration, or any 3rd party libraries you might be using. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Ask for help through appropriate channels | ||
If you feel unsure about the cause of the problem, consider asking for help on for example [StackOverflow](https://stackoverflow.com/questions/ask) or our [Discord](https://discord.gg/mZyBkA936X) before posting a bug report. The issue tracker is not a help forum. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Make a minimal reproduction | ||
To file the report, you will need a GitHub repository with a minimal (but complete) example and simple/clear steps on how to reproduce the bug. | ||
The simpler you can make it, the more likely we are to successfully verify and fix the bug. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
:bangbang: Bug reports without a minimal reproduction will be rejected. :bangbang: | ||
--- | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: | | ||
The version you are using. | ||
Is it the [latest](https://github.com/AthennaIO/Artisan/releases)? Test and see if the bug has already been fixed. | ||
placeholder: ex. 1.0.0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Steps to reproduce | ||
description: Please link to a repository with a minimal reproduction and describe accurately how we can reproduce/verify the bug. | ||
placeholder: | | ||
Example steps (replace with your own): | ||
1. Clone my repository at: https://github.com/<myuser>/example | ||
2. npm run install | ||
3. npm run start (You should see the error come up) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: Expected behavior | ||
description: A description of what you expect to happen. | ||
placeholder: I expect to see X or Y | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Actual behavior | ||
description: A clear and concise description of the unexpected behavior. | ||
placeholder: A bug happened! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Anything else that might be relevant | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: envinfo | ||
attributes: | ||
label: Environment | ||
description: | | ||
Please paste the output of running `npx envinfo --system --binaries`. | ||
This will be automatically formatted as a code block, so no need for backticks. | ||
placeholder: | | ||
System: | ||
OS: macOS 12.3.1 | ||
CPU: (8) arm64 Apple M1 Pro | ||
Memory: 130.23 MB / 16.00 GB | ||
Shell: 5.8 - /opt/homebrew/bin/zsh | ||
Binaries: | ||
Node: 16.13.1 - ~/.nvm/versions/node/v16.13.1/bin/node | ||
npm: 8.1.2 - ~/.nvm/versions/node/v16.13.1/bin/npm | ||
render: Shell | ||
validations: | ||
required: true |
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 @@ | ||
blank_issues_enabled: false |
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,30 @@ | ||
name: Feature Proposal 🚀 | ||
description: Submit a proposal for a new feature. | ||
title: '[Feature]: ' | ||
labels: ['feature'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### Thank you for taking the time to suggest a new feature! | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: '🚀 Feature Proposal' | ||
description: A clear and concise description of what the feature is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Motivation | ||
description: Outline your motivation for the proposal. How will it make @athenna/artisan better? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Example | ||
description: Describe how this feature would be used. | ||
validations: | ||
required: false |
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: 'Questions / Help 💬' | ||
description: If you have questions, please check Discord or StackOverflow. | ||
title: '[Please read the message below]' | ||
labels: ['question'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Questions and Help 💬 | ||
This issue tracker is reserved for bug reports and feature proposals. | ||
For anything else, such as questions or getting help, please see: | ||
- [The Athenna help page](https://athenna.io/help) | ||
- [Our `#help` channel in Discord](https://discord.gg/j6FKKQQrW9) | ||
- The [AthennaIO](https://stackoverflow.com/questions/tagged/AthennaIO) tag on [StackOverflow](https://stackoverflow.com/questions/ask) | ||
- type: checkboxes | ||
id: no-post | ||
attributes: | ||
label: | | ||
Please do not submit this issue. | ||
description: | | ||
:bangbang: This issue will be closed. :bangbang: | ||
options: | ||
- label: I understand | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Please note this issue tracker is not a help forum. We recommend using [StackOverflow](https://stackoverflow.com/questions/tagged/athennaio) or [Discord channel](https://discord.gg/mZyBkA936X) for questions. | ||
|
||
<!-- Love Athenna? Please consider supporting our collective: 👉 https://opencollective.com/athennaio/donate --> |
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 |
---|---|---|
|
@@ -20,8 +20,6 @@ jobs: | |
|
||
- name: Install dependencies | ||
run: npm install | ||
- name: Transpile typescript to javascript | ||
run: npm run build | ||
- name: Automatic GitHub Release | ||
uses: justincy/[email protected] | ||
id: release | ||
|
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.