-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'acf58ead944279b82efc538bdfacec731706a9fa' into viola-cwl
- Loading branch information
Showing
47 changed files
with
634 additions
and
1,240 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
name: Add article | ||
description: Add an article. This is just a low-barrier entrypoint. Please consider opening a PR for contributions. | ||
title: "[Add article]: " | ||
labels: | ||
- new-content | ||
body: | ||
- type: input | ||
id: section | ||
attributes: | ||
label: Section | ||
description: Please name the section where this article should be added | ||
validations: | ||
required: false | ||
- type: input | ||
id: title | ||
attributes: | ||
label: Title | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: authors | ||
attributes: | ||
label: Authors | ||
description: Please add the article author(s) | ||
value: | | ||
name: <FirstName LastName> | ||
# Optionally add socials and affiliation | ||
socials: | ||
- icon: simple-icons:github | ||
href: https://github.com/<AuthorGitHubAccount> | ||
- icon: simple-icons:orcid | ||
href: https://orcid.org/<AuthorORCID> | ||
affiliation: <AuthorAffiliation> | ||
# Optionally add author image. Can be uploaded via comment below this issue. | ||
image: "@images/authors/<AuthorImage>" | ||
render: markdown | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: content | ||
attributes: | ||
label: Content | ||
value: | | ||
# First level heading | ||
## Second level heading | ||
<Steps> | ||
1. Install ... | ||
2. Open ... | ||
2. Click ... | ||
</Steps> | ||
render: markdown | ||
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,43 @@ | ||
name: Request an article | ||
description: If you're missing a guide about a tool, software or concept, please let us know. | ||
title: "[Add article]: " | ||
labels: | ||
- missing-content | ||
body: | ||
- type: dropdown | ||
id: type | ||
attributes: | ||
label: Type | ||
description: What type of article are you looking for? | ||
multiple: true | ||
options: | ||
- guide | ||
- tool tutorial | ||
- introduction to concept | ||
- use-case | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Please describe the article you'd like to see with a few bullet points | ||
value: | | ||
- | ||
- | ||
- | ||
render: markdown | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: related | ||
attributes: | ||
label: Related to | ||
description: Please link related knowledge base content or sections here. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: resources | ||
attributes: | ||
label: Resources | ||
description: If you have suitable resources on a similar topic, please share them. | ||
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,20 @@ | ||
name: Report a bug | ||
title: "[bug]" | ||
description: If you found a bug, error, inconsistency, please let us know. | ||
labels: | ||
- bug | ||
body: | ||
- type: input | ||
id: url | ||
attributes: | ||
label: Article URL | ||
description: Please paste the URL of the buggy article | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Bug | ||
description: Please describe the bug. | ||
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
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.