-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding contributing guidelines page to website directing team m…
…embers to guidelines doc in repo
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 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,15 @@ | ||
{ | ||
"hash": "40758e5eb4ebe614077eba815c943c8e", | ||
"result": { | ||
"engine": "knitr", | ||
"markdown": "---\ntitle: \"SciComp Team Contributing Guidlines\"\nengine: knitr\n---\n\n\nWhile our team is composed of members from different backgrounds, we strive to adhere to a shared set of contributing and style guidelines. This ensures a consistent \"feel\" of our team's products, regardless of which team member took the lead on a particular task.\n\nStandard convention in GitHub is to house such information in a \"CONTRIBUTING.md\" file in the top-level of the relevant repository. We have done that in the repository underpinning this website but you can also quickly jump to that file by clicking [here](https://github.com/lter/scicomp/blob/main/CONTRIBUTING.md).\n\nNote that these are only required for Scientific Computing team members but you may find some of this guidance helpful even if you're not a part of our team.\n", | ||
"supporting": [], | ||
"filters": [ | ||
"rmarkdown/pagebreak.lua" | ||
], | ||
"includes": {}, | ||
"engineDependencies": {}, | ||
"preserve": {}, | ||
"postProcess": 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "SciComp Team Contributing Guidlines" | ||
engine: knitr | ||
--- | ||
|
||
While our team is composed of members from different backgrounds, we strive to adhere to a shared set of contributing and style guidelines. This ensures a consistent "feel" of our team's products, regardless of which team member took the lead on a particular task. | ||
|
||
Standard convention in GitHub is to house such information in a "CONTRIBUTING.md" file in the top-level of the relevant repository. We have done that in the repository underpinning this website but you can also quickly jump to that file by clicking [here](https://github.com/lter/scicomp/blob/main/CONTRIBUTING.md). | ||
|
||
Note that these are only required for Scientific Computing team members but you may find some of this guidance helpful even if you're not a part of our team. |