generated from greenelab/lab-website-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'template/main' into main
- Loading branch information
Showing
63 changed files
with
1,394 additions
and
302 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
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 @@ | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checks | ||
options: | ||
- label: I have searched **[the docs](https://greene-lab.gitbook.io/lab-website-template-docs)**, [existing issues](https://github.com/greenelab/lab-website-template/issues), and [existing discussions](https://github.com/greenelab/lab-website-template/discussions) for answers first. | ||
required: true | ||
|
||
- type: input | ||
id: repo | ||
attributes: | ||
label: Link to your website repo | ||
description: "In almost all cases, **we cannot help you if you don't provide this**." | ||
placeholder: ex. https://github.com/greenelab/greenelab.com | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: Version of Lab Website Template you are using | ||
description: See your `CITATION.cff` file. | ||
placeholder: ex. 1.0.0 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Describe your issue in as much detail as possible. For example: What happened? What did you expect to happen? How can we reproduce the problem? What browser are you seeing the problem in? | ||
placeholder: Description | ||
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,35 @@ | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checks | ||
options: | ||
- label: I have searched **[the docs](https://greene-lab.gitbook.io/lab-website-template-docs)**, [existing issues](https://github.com/greenelab/lab-website-template/issues), and [existing discussions](https://github.com/greenelab/lab-website-template/discussions) for answers first. | ||
required: true | ||
|
||
- type: input | ||
id: repo | ||
attributes: | ||
label: Link to your website repo | ||
description: "In almost all cases, **we cannot help you if you don't provide this**." | ||
placeholder: ex. https://github.com/greenelab/greenelab.com | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: Version of Lab Website Template you are using | ||
description: See your `CITATION.cff` file. | ||
placeholder: ex. 1.0.0 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Describe your issue in as much detail as possible. For example: What happened? What did you expect to happen? How can we reproduce the problem? What browser are you seeing the problem in? | ||
placeholder: Description | ||
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,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: 💬 Start a discussion | ||
url: https://github.com/greenelab/lab-website-template/discussions | ||
about: I need help, I have a question, or other discussion. | ||
- name: 📚 Docs issue | ||
url: https://github.com/greenelab/lab-website-template-docs/issues | ||
about: I have a question or issue related to the template documentation. |
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,38 @@ | ||
name: 🐞 Create an issue | ||
description: I think I've discovered a bug, I want to request a feature/change, or other issue. | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checks | ||
options: | ||
- label: I have searched **[the docs](https://greene-lab.gitbook.io/lab-website-template-docs)**, [existing issues](https://github.com/greenelab/lab-website-template/issues), and [existing discussions](https://github.com/greenelab/lab-website-template/discussions) for answers first. | ||
required: true | ||
|
||
- type: input | ||
id: repo | ||
attributes: | ||
label: Link to your website repo | ||
description: "In almost all cases, **we cannot help you if you don't provide this**." | ||
placeholder: ex. https://github.com/greenelab/greenelab.com | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: Version of Lab Website Template you are using | ||
description: See your `CITATION.cff` file. | ||
placeholder: ex. 1.0.0 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Describe your issue in as much detail as possible. For example: What happened? What did you expect to happen? How can we reproduce the problem? What browser are you seeing the problem in? | ||
placeholder: Description | ||
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 |
---|---|---|
@@ -1,4 +1,13 @@ | ||
This website is based on the Lab Website Template. | ||
See its documentation for working with this site: | ||
STOP!!! | ||
|
||
https://greene-lab.gitbook.io/lab-website-template-docs | ||
You are about to open this pull request against THE TEMPLATE ITSELF. You probably meant to open it against your own website repo. | ||
|
||
--- | ||
|
||
FOR THE TEMPLATE MAINTAINER(S) | ||
|
||
New template version checklist: | ||
|
||
- [ ] I have updated CITATION and CHANGELOG as appropriate. | ||
- [ ] I have updated lab-website-template-docs as appropriate. | ||
- [ ] I have checked the testbed as appropriate. |
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,4 @@ | ||
This website is based on the Lab Website Template. | ||
See its documentation for working with this site: | ||
|
||
https://greene-lab.gitbook.io/lab-website-template-docs |
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.