CMakePP / CMakePPLang

Object-oriented extension to the CMake language.
http://cmakepp.github.io/CMakePPLang/
Apache License 2.0
11 stars 4 forks source link

Author List and Contributing Guidelines #84

Closed zachcran closed 1 year ago

zachcran commented 1 year ago

Is this pull request associated with an issue(s)? Based on a suggestion in #82 to add a developer list in the documentation website. Closes #85.

Description Adds an author list and contributing guidelines that are readily available from both the source code and documentation website. These are based on the template files generated by PyScaffold, a Python project generator that also uses Sphinx to generate documentation.

TODOs

zachcran commented 1 year ago

@ryanmrichard I think this is ready for an initial review. Let me know if you like the direction it is moving in.

zachcran commented 1 year ago

@ryanmrichard If we continue with adding contribution bullet points to the author list, I don't think a GitHub action will be able to adequately generate an author list. We might as well do it manually and just have new contributors add their name to the list if they want.

ryanmrichard commented 1 year ago

@ryanmrichard If we continue with adding contribution bullet points to the author list, I don't think a GitHub action will be able to adequately generate an author list. We might as well do it manually and just have new contributors add their name to the list if they want.

Yeah short of some magical natural language processing action, I think this has to be done manually.