From 326e8bd5adb5778b88c02b2a9a61c46ea6f4b11e Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 19 Sep 2026 09:31:40 +0000 Subject: [PATCH] refactor(root): relocate the contributing guide into .github/ The estate canonical location is .github/CONTRIBUTING.md, which GitHub auto-discovers; the root copy is removed and references are updated in the same change. * .github/CONTRIBUTING.md (new) * CONTRIBUTING.adoc (deleted) --- .github/CONTRIBUTING.md | 21 +++++++++++++++++++++ CONTRIBUTING.adoc | 20 -------------------- 2 files changed, 21 insertions(+), 20 deletions(-) create mode 100644 .github/CONTRIBUTING.md delete mode 100644 CONTRIBUTING.adoc 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).