From 2d2e0694364063dc4d1572ae5f158acf8d58bd93 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 00:48:33 +0000 Subject: [PATCH 1/6] Setting up GitHub Classroom Feedback From 9affabeed9fdf478ebd2352ee52134e9cc36d289 Mon Sep 17 00:00:00 2001 From: jnclement <97706603+jnclement@users.noreply.github.com> Date: Fri, 28 Oct 2022 10:01:32 -0600 Subject: [PATCH 2/6] Update proposal.md --- proposal.md | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/proposal.md b/proposal.md index 3c05d78..623e900 100644 --- a/proposal.md +++ b/proposal.md @@ -10,28 +10,28 @@ primary audience is.* | Description | Your answer | |---------|-----------| -| Repository URL | | -| Main/documentation website | | -| Year project was started | | -| Number of contributors in the past year | `git shortlog -se --since=2021-10-01` may be useful | -| Number of contributors in the lifetime of the project | | -| Number of distinct affiliations | 1, 2-5, 5-10, >10 | -| Where do development discussions take place? | e.g., GitHub/GitLab issues, mailing list, Slack, etc. | -| Typical number of emails/comments per week? | | -| Typical number of commits per week? | | -| Typical commit size | `git log --shortstat` may be useful | -| How does the project accept contributions? | e.g., pull requests, patches on mailing lists | -| Does the project have an automated test suite? | yes/no | -| Does the project use continuous integration? | yes/no | -| Are any legal/licensing steps required to contribute? | no or explain below | +| Repository URL | https://github.com/libmesh/libmesh | +| Main/documentation website | Main here, documentation linked on this page: http://libmesh.github.io/ | +| Year project was started | 2002 | +| Number of contributors in the past year | 14 | +| Number of contributors in the lifetime of the project | 77 | +| Number of distinct affiliations | 5-10 | +| Where do development discussions take place? | Unclear | +| Typical number of emails/comments per week? | See above | +| Typical number of commits per week? | O(10) | +| Typical commit size | `git log --shortstat` seems to print every commit message from the entire history of the project. Answer unclear. | +| How does the project accept contributions? | Yes | +| Does the project have an automated test suite? | No | +| Does the project use continuous integration? | appears to not; last commit was 2 days ago (at time of writing) | +| Are any legal/licensing steps required to contribute? | Uses LGPL liscense - may have to ask Jed for clarification | ### Install and run Check the following boxes when complete or add a note below if you encountered a problem. -- [ ] I have installed the software -- [ ] I have run at least one example +- [x] I have installed the software <-- on my desktop in WSL +- [ ] I have run at least one example <--- Something is wrong with my environment - still debugging (maybe a WSL issue) - [ ] I have run the test suite - [ ] The test suite passes @@ -44,6 +44,8 @@ the project requires a contributor license agreement or other procedural steps, please explain here. "None at this time" is acceptable for this question. +I couldn't find a discussion forum of any kind + #### Note on copyright Students retain copyright on any work done in completion of a CU course, so you are authorized to sign a [contributor license @@ -52,3 +54,5 @@ affirm a [developer's certificate of origin (DCO)](https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin), etc. If you have concerns about this, please note them and/or reach out to Jed directly. + +Planning to contact Jed about this. From 8fb7fdd064e97495efed8f37abeafefed205823f Mon Sep 17 00:00:00 2001 From: jnclement <97706603+jnclement@users.noreply.github.com> Date: Sat, 29 Oct 2022 11:24:40 -0600 Subject: [PATCH 3/6] Update proposal.md --- proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposal.md b/proposal.md index 623e900..5f8f8a1 100644 --- a/proposal.md +++ b/proposal.md @@ -21,7 +21,7 @@ primary audience is.* | Typical number of commits per week? | O(10) | | Typical commit size | `git log --shortstat` seems to print every commit message from the entire history of the project. Answer unclear. | | How does the project accept contributions? | Yes | -| Does the project have an automated test suite? | No | +| Does the project have an automated test suite? | No, but it has plenty of examples. | | Does the project use continuous integration? | appears to not; last commit was 2 days ago (at time of writing) | | Are any legal/licensing steps required to contribute? | Uses LGPL liscense - may have to ask Jed for clarification | From f9c9c5fc69a73ea78cf18cc5ece3f15a7e47b087 Mon Sep 17 00:00:00 2001 From: jnclement <97706603+jnclement@users.noreply.github.com> Date: Sun, 30 Oct 2022 19:00:56 -0600 Subject: [PATCH 4/6] Update proposal.md --- proposal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposal.md b/proposal.md index 5f8f8a1..14d61c9 100644 --- a/proposal.md +++ b/proposal.md @@ -21,7 +21,7 @@ primary audience is.* | Typical number of commits per week? | O(10) | | Typical commit size | `git log --shortstat` seems to print every commit message from the entire history of the project. Answer unclear. | | How does the project accept contributions? | Yes | -| Does the project have an automated test suite? | No, but it has plenty of examples. | +| Does the project have an automated test suite? | Yes (previously answered NO, which was incorrect) | | Does the project use continuous integration? | appears to not; last commit was 2 days ago (at time of writing) | | Are any legal/licensing steps required to contribute? | Uses LGPL liscense - may have to ask Jed for clarification | @@ -31,7 +31,7 @@ Check the following boxes when complete or add a note below if you encountered a problem. - [x] I have installed the software <-- on my desktop in WSL -- [ ] I have run at least one example <--- Something is wrong with my environment - still debugging (maybe a WSL issue) +- [x] I have run at least one example <--- Updated - [ ] I have run the test suite - [ ] The test suite passes From 02fc778124dc44524d6f38480f7473e5b22837a9 Mon Sep 17 00:00:00 2001 From: jnclement <97706603+jnclement@users.noreply.github.com> Date: Sun, 30 Oct 2022 19:55:59 -0600 Subject: [PATCH 5/6] Update proposal.md --- proposal.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proposal.md b/proposal.md index 14d61c9..dd0dd7c 100644 --- a/proposal.md +++ b/proposal.md @@ -20,9 +20,9 @@ primary audience is.* | Typical number of emails/comments per week? | See above | | Typical number of commits per week? | O(10) | | Typical commit size | `git log --shortstat` seems to print every commit message from the entire history of the project. Answer unclear. | -| How does the project accept contributions? | Yes | +| How does the project accept contributions? | Git pull requests on a development branch | | Does the project have an automated test suite? | Yes (previously answered NO, which was incorrect) | -| Does the project use continuous integration? | appears to not; last commit was 2 days ago (at time of writing) | +| Does the project use continuous integration? | Yes | | Are any legal/licensing steps required to contribute? | Uses LGPL liscense - may have to ask Jed for clarification | ### Install and run @@ -30,8 +30,8 @@ primary audience is.* Check the following boxes when complete or add a note below if you encountered a problem. -- [x] I have installed the software <-- on my desktop in WSL -- [x] I have run at least one example <--- Updated +- [x] I have installed the software <-- on my desktop in WSL -- will not build on laptop +- [ ] I have run at least one example <--- Still broken :( - [ ] I have run the test suite - [ ] The test suite passes From 9e983b78081b05805d0f9ff2d35f8d39d8e104f0 Mon Sep 17 00:00:00 2001 From: jnclement <97706603+jnclement@users.noreply.github.com> Date: Wed, 2 Nov 2022 21:20:30 -0600 Subject: [PATCH 6/6] Update proposal.md --- proposal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposal.md b/proposal.md index dd0dd7c..399deae 100644 --- a/proposal.md +++ b/proposal.md @@ -16,8 +16,8 @@ primary audience is.* | Number of contributors in the past year | 14 | | Number of contributors in the lifetime of the project | 77 | | Number of distinct affiliations | 5-10 | -| Where do development discussions take place? | Unclear | -| Typical number of emails/comments per week? | See above | +| Where do development discussions take place? | Mailing list | +| Typical number of emails/comments per week? | Unclear | | Typical number of commits per week? | O(10) | | Typical commit size | `git log --shortstat` seems to print every commit message from the entire history of the project. Answer unclear. | | How does the project accept contributions? | Git pull requests on a development branch |