Skip to content

Commit efc8177

Browse files
refactor(root): move root artefacts to their canonical locations (#106)
refactor(root): move root artefacts to their canonical locations Applies the estate root-shape rollout: files that are not root-level by necessity move to where their tooling and the estate canon expect them, and every reference to them is updated in the same change. * build/guix.scm (from guix.scm) -> build/guix.scm * .github/CONTRIBUTING.md (new) * CONTRIBUTING.adoc (deleted) * MAINTAINERS.adoc Verified with `git apply --check` against current main before committing; no behaviour change intended, the Justfile entry points keep working.
1 parent 34a09db commit efc8177

4 files changed

Lines changed: 23 additions & 22 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Contributing
2+
3+
Contributions are welcome! Please:
4+
5+
1. Fork the repository
6+
7+
2. Create a feature branch from `main`
8+
9+
3. Ensure all CI checks pass
10+
11+
4. Submit a pull request
12+
13+
## Standards
14+
15+
This project follows the [Rhodium Standard Repository
16+
(RSR)](https://github.com/hyperpolymath/standards) conventions.
17+
18+
## License
19+
20+
By contributing, you agree that your contributions will be licensed
21+
under MPL-2.0 (with MPL-2.0 as automatic legal fallback).

CONTRIBUTING.adoc

Lines changed: 0 additions & 20 deletions
This file was deleted.

MAINTAINERS.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ For questions about project governance:
6262

6363
* link:GOVERNANCE.adoc[Governance Model]
6464
* link:CODE_OF_CONDUCT.md[Code of Conduct]
65-
* link:CONTRIBUTING.adoc[Contributing Guide]
65+
* link:.github/CONTRIBUTING.md[Contributing Guide]

guix.scm renamed to build/guix.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; SPDX-License-Identifier: MPL-2.0
22
;; Guix development environment.
3-
;; Usage: guix shell -D -f guix.scm
3+
;; Usage: guix shell -D -f build/guix.scm
44

55
(use-modules (guix packages)
66
(guix build-system gnu)

0 commit comments

Comments
 (0)