sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
https://sbml.org/software/libsbml
Other
41 stars 29 forks source link

Move pull request template to .github subdirectory #55

Open mhucka opened 4 years ago

mhucka commented 4 years ago

As a general housekeeping measure, I think it would be nicer to put the pull request template .md file into .github/pull_request_template.md instead of letting it clutter up the top-level source directory.

I can do that, if there are no objections.

fbergmann commented 4 years ago

that seems like a good idea.

mhucka commented 3 years ago

So, this is more complicated than expected. I think this has to be done on the stable branch, after the change is done, the GitHub configuration has to be updated. I hesitate doing it on the stable branch. Should I? Or maybe someone else should do it?