generated from maehr/github-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI optimized and dependenices updated (#56)
* ci: organizie ci in jobs * ci: rename files to make it more consistent * chore: update issue templates * ci: automated tests * chore: dependencies updated * chore: formatting * ci: combine steps that need pnpm * chore: formatting * fix: make coderabbitai happy * ci: add preview setp * ci: remove preview * chore: dependencies updated * ci: repository dispatch added for external trigger * chore: dependencies updated * chore: dependencies updated
- Loading branch information
Showing
14 changed files
with
513 additions
and
546 deletions.
There are no files selected for viewing
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,35 @@ | ||
name: 🐞 Bug | ||
description: File a bug/issue | ||
title: '<title>' | ||
labels: [bug] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: A description of what you're experiencing. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Reproduction / Steps To Reproduce | ||
description: Link to a repository with steps to reproduce the behavior. | ||
placeholder: | | ||
As you can see in this code example/repostitory | ||
1. Using this component... | ||
2. With these properties... | ||
3. Click '...' | ||
4. See error... | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Bug Reports with a repository with a full reproduction can be anwswered far quicker, so please consider including as much information as possible to let us help you quicker! | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
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,8 @@ | ||
contact_links: | ||
- name: Are you looking for documentation on stadtgeschichtebasel.ch? | ||
url: https://github.com/Stadt-Geschichte-Basel/stadtgeschichtebasel.ch | ||
about: Please see the documentation for stadtgeschichtebasel.ch on its GitHub Pages page. | ||
- name: Do want to discuss stadtgeschichtebasel.ch with the community? | ||
url: https://github.com/Stadt-Geschichte-Basel/stadtgeschichtebasel.ch/discussions | ||
about: Please see the discussions page for stadtgeschichtebasel.ch. | ||
blank_issues_enabled: 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,23 @@ | ||
name: 📗 Report Docs Issue | ||
description: See a typo? Outdated or incorrect information? Let us know! | ||
title: '<title>' | ||
labels: [documentation] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Sometimes something slips through the cracks, and the documentation is not quite right. Thanks for letting us know! | ||
- type: input | ||
id: link | ||
attributes: | ||
label: Link to the Page | ||
- type: textarea | ||
id: quote | ||
attributes: | ||
label: Describe the Issue | ||
- type: dropdown | ||
id: participate | ||
attributes: | ||
label: Are you able to create a Pull Request with the fix? | ||
options: | ||
- 'Yes' | ||
- 'No' |
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,22 @@ | ||
name: 🛠️ Request New Feature | ||
description: Let us know what we should add. | ||
labels: ['feature request'] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe what feature you'd like. Pseudo-code, mockups, or screenshots of similar solutions are encouraged! | ||
- type: dropdown | ||
id: category | ||
attributes: | ||
label: What type of pull request would this be? | ||
options: | ||
- 'New Feature' | ||
- 'Enhancement' | ||
- 'Guide' | ||
- 'Docs' | ||
- 'Other' | ||
- type: textarea | ||
id: references | ||
attributes: | ||
label: Any links to similar examples or other references we should review? |
This file was deleted.
Oops, something went wrong.
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
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.