Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update infra #194

Merged
merged 3 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q&a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
body:
- type: checkboxes
attributes:
label: Did you check the documentation and it did not help?
options:
- label: I have carefully read the [README](https://github.com/natsuk4ze/gal/blob/main/README.md)
required: true
- label: I have carefully searched the [existing documentation](https://github.com/natsuk4ze/gal/wiki)
required: true
- label: I have carefully searched the [existing answer](https://github.com/natsuk4ze/gal/discussions)
required: true
- label: I have carefully read the [contribution guide](https://github.com/natsuk4ze/gal/blob/main/CONTRIBUTING.md)
required: true
- type: textarea
attributes:
label: Descrpition
description: |
Please tell us about the problem in as much detail as possible.
validations:
required: true
18 changes: 11 additions & 7 deletions .github/ISSUE_TEMPLATE/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ description: Use when no matching template was found.
labels: "\U0001F440 in triage"
assignees: natsuk4ze
body:
- type: markdown
- type: checkboxes
attributes:
value: |
Thank you for using gal!
If you are looking for support, please check out our documentation.

- https://github.com/natsuk4ze/gal/wiki
- https://github.com/natsuk4ze/gal/discussions
label: Did you check the documentation and it did not help?
options:
- label: I have carefully read the [README](https://github.com/natsuk4ze/gal/blob/main/README.md)
required: true
- label: I have carefully searched the [existing documentation](https://github.com/natsuk4ze/gal/wiki)
required: true
- label: I have carefully searched the [existing answer](https://github.com/natsuk4ze/gal/discussions)
required: true
- label: I have carefully read the [contribution guide](https://github.com/natsuk4ze/gal/blob/main/CONTRIBUTING.md)
required: true
- type: textarea
attributes:
label: Descrpition
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ body:
attributes:
label: Did you check the documentation and it did not help?
options:
- label: I have read the [README](https://github.com/natsuk4ze/gal/blob/main/README.md)
required: true
- label: I have searched the [existing documentation](https://github.com/natsuk4ze/gal/wiki)
required: true
- label: I have searched the [existing answer](https://github.com/natsuk4ze/gal/discussions)
Expand Down
18 changes: 11 additions & 7 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ description: Suggest a new idea for gal.
labels: "✨ feature, \U0001F440 in triage"
assignees: natsuk4ze
body:
- type: markdown
- type: checkboxes
attributes:
value: |
Thank you for using gal!
If you are looking for support, please check out our documentation.

- https://github.com/natsuk4ze/gal/wiki
- https://github.com/natsuk4ze/gal/discussions
label: Did you check the documentation and it did not help?
options:
- label: I have carefully read the [README](https://github.com/natsuk4ze/gal/blob/main/README.md)
required: true
- label: I have carefully searched the [existing documentation](https://github.com/natsuk4ze/gal/wiki)
required: true
- label: I have carefully searched the [existing answer](https://github.com/natsuk4ze/gal/discussions)
required: true
- label: I have carefully read the [contribution guide](https://github.com/natsuk4ze/gal/blob/main/CONTRIBUTING.md)
required: true
- type: textarea
attributes:
label: Proposal
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ If you write an article about Gal, let us know in discussion and we will post th
- ### [👌 Best Practice](https://github.com/natsuk4ze/gal/wiki/Best-Practice)
- ### [🏠 Wiki](https://github.com/natsuk4ze/gal/wiki)
- ### [💚 Contributing](https://github.com/natsuk4ze/gal/blob/main/CONTRIBUTING.md)
- ### [💬 Q&A](https://github.com/natsuk4ze/gal/discussions/categories/q-a)

## 💚 Trusted by huge projects
Although Gal has only been released for a short time, it is already trusted by huge projects.
Expand Down
Loading