diff --git a/.github/ISSUE_TEMPLATE/coding-challenge.md b/.github/ISSUE_TEMPLATE/coding-challenge.md new file mode 100644 index 0000000..5ba1035 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/coding-challenge.md @@ -0,0 +1,10 @@ +--- +name: Coding Challenge +about: Assign a coding challenge +title: "[CODE]" +labels: Coding Challenge +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md new file mode 100644 index 0000000..3715300 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -0,0 +1,10 @@ +--- +name: Discussion +about: Discussion materials +title: "[DISCUSS]" +labels: Discussion +assignees: '' + +--- + + diff --git a/README.md b/README.md index 6022e1d..8c22071 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ # Earth Analytics Program, Fall 2023 - Summer 2024 Welcome to the Earth Analytics Program! You will use this repository to ask questions about the class and the homework, and join in class discussions. - -## Contributors (add your name here!): - -| Name | Occupation | Location | CU Email | -| ---- | ---------- | -------- | -------- | -| Elsa Culler | Earth Data Science Instructor | Denver, CO | elsa.culler@colorado.edu |