diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..553670b --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,21 @@ +# Contributing + +Contributions are welcome! Please: + +1. Fork the repository + +2. Create a feature branch from `main` + +3. Ensure all CI checks pass + +4. Submit a pull request + +## Standards + +This project follows the [Rhodium Standard Repository +(RSR)](https://github.com/hyperpolymath/standards) conventions. + +## License + +By contributing, you agree that your contributions will be licensed +under MPL-2.0 (with MPL-2.0 as automatic legal fallback). diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc deleted file mode 100644 index 0e9f4c1..0000000 --- a/CONTRIBUTING.adoc +++ /dev/null @@ -1,20 +0,0 @@ -== Contributing - -Contributions are welcome! Please: - -[arabic] -. Fork the repository -. Create a feature branch from `+main+` -. Ensure all CI checks pass -. Submit a pull request - -=== Standards - -This project follows the -https://github.com/hyperpolymath/standards[Rhodium Standard Repository -(RSR)] conventions. - -=== License - -By contributing, you agree that your contributions will be licensed -under MPL-2.0 (with MPL-2.0 as automatic legal fallback).