with the addition of a pull_request_template.md file to the .github/ directory, and all the hoops a project needs to jump through to add it to the cmake (see https://isrhub.usurf.usu.edu/cfrandsen/PluginLibraries/pull/17/files#r111813), it would be nice to just add everything in the .github/ directory automatically to the cmake lists
completed with commit referenced above -- this will be tested once I have other projects (palam/internpro) released with this externpro release in a project that uses the github pull request template
xpSourceListAppend()
currently adds.github/workflows/*.yml
files to the cmake list automatically with the changes made in this issue https://github.com/smanders/externpro/issues/341 and this commit https://github.com/smanders/externpro/commit/77c45cb3b772d6c67f268b692e75d4de5f7afa9fwith the addition of a
pull_request_template.md
file to the.github/
directory, and all the hoops a project needs to jump through to add it to the cmake (see https://isrhub.usurf.usu.edu/cfrandsen/PluginLibraries/pull/17/files#r111813), it would be nice to just add everything in the.github/
directory automatically to the cmake lists