From 4c492664b1dfd0c7c35b37fcfb27d4a60a115a80 Mon Sep 17 00:00:00 2001 From: Elsa Culler Date: Thu, 17 Aug 2023 12:45:10 -0600 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/coding-challenge.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/discussion.md | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/coding-challenge.md create mode 100644 .github/ISSUE_TEMPLATE/discussion.md 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: '' + +--- + + From 3c37514e48af81430613c944326271481a500ea2 Mon Sep 17 00:00:00 2001 From: Elsa Culler Date: Thu, 17 Aug 2023 13:02:54 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) 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 |