https://github.com/hpc-maths/ponio
Tip revision: 20b0b2ff6c0cbf33bd89ac8c8a5f81bb6e938fea authored by Josselin Massot on 26 September 2024, 09:26:36 UTC
docs: add authors file (#60)
docs: add authors file (#60)
Tip revision: 20b0b2f
pull_request_template.md
<!-- Thank you for your contribution to ponio! -->
<!-- ༊彡 -->
<!-- Please check the following before submitting your PR -->
- [ ] I have installed [pre-commit](https://pre-commit.com/) locally and use it to validate my commits.
- [ ] The PR title follows the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) convention.
Available tags: 'build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test'
- [ ] This new PR is documented.
- [ ] This new PR is tested.
## Description
<!-- A clear and concise description of what you have done in this PR. -->
## Related issue
<!-- List the issues solved by this PR, if any. -->
## How has this been tested?
<!-- Give the list of files used to test this new implementation. -->
## Code of Conduct
By submitting this PR, you agree to follow our [Code of Conduct](https://github.com/hpc-maths/ponio/blob/master/ponio/doc/CODE_OF_CONDUCT.md)
- [ ] I agree to follow this project's Code of Conduct