Skip to content

Commit

Permalink
Merge pull request #29 from fairsource/cwlw/issue-templates
Browse files Browse the repository at this point in the history
Start two issue templates
  • Loading branch information
chadwhitacre authored Aug 6, 2024
2 parents 293df73 + bca9eb6 commit eb6ba6a
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/company.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Propose a Company
description: Submit your company for official recognition as Fair Source.
body:
- type: input
id: name
attributes:
label: Company Name
placeholder: "e.g., Acme"
validations:
required: true
- type: input
id: link
attributes:
label: Announcement Link
placeholder: "https://acme.blog/foo-is-now-fair-source"
validations:
required: true
- type: input
id: background
attributes:
label: Background Color
description: We will use this color behind your logo.
placeholder: "e.g., #6495ED"
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Please upload your logo here, along with anything else you wish to add.
validations:
required: true
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/license.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Propose a License
description: Submit a new license for official recognition as Fair Source.
body:
- type: input
id: name
attributes:
label: License Name
placeholder: "e.g., Foo License, v 1.0"
validations:
required: true
- type: input
id: identifier
attributes:
label: License Short Identifier
placeholder: "e.g., FOO-1.0"
validations:
required: true
- type: input
id: link
attributes:
label: Link
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
validations:
required: true

0 comments on commit eb6ba6a

Please sign in to comment.