diff --git a/proposal.md b/proposal.md index 3c05d78..399deae 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? | 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 | +| Does the project have an automated test suite? | Yes (previously answered NO, which was incorrect) | +| 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 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 -- will not build on laptop +- [ ] I have run at least one example <--- Still broken :( - [ ] 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.