mirror of
https://gitlab.com/recaptime-dev/squad/meta.git
synced 2025-06-05 04:29:30 +00:00
chore(github): update issue form templates and configs
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
7ef0361a12
commit
80f9d6f18c
3 changed files with 78 additions and 3 deletions
11
.github/ISSUE_TEMPLATE/00-general.yml
vendored
11
.github/ISSUE_TEMPLATE/00-general.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-forms.json
|
||||
title: "Other/General requests"
|
||||
name: "[misc]"
|
||||
title: "[general] <your issue title here>"
|
||||
name: "Other/General requests"
|
||||
description: Sample description
|
||||
assignees:
|
||||
- RecapTimeBot
|
||||
|
@ -18,9 +18,14 @@ body:
|
|||
I agree to the [Recap Time Squd Community Code of Conduct](https://policies.recaptime.dev/code-of-conduct).
|
||||
required: true
|
||||
- type: textarea
|
||||
id: details
|
||||
attributes:
|
||||
label: About this issue
|
||||
description: Describe what this is all talking about here in depth.
|
||||
id: details
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional_resources
|
||||
attributes:
|
||||
label: Additional resources / Prior art
|
||||
description: Related issues, documentation, etc.
|
Loading…
Add table
Add a link
Reference in a new issue