Skip to content

Commit a7d1e91

Browse files
committed
Update symlinks and remove contributing and releasing md from root (#609)
1 parent 24b48f6 commit a7d1e91

9 files changed

+418
-406
lines changed

.npmignore

-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@
1919
.markdownlint.jsonc
2020
babel.config.js
2121
CODEOWNERS
22-
CONTRIBUTING.md
2322
docker-compose.yml
2423
jest.config.js
2524
mkdocs.yml
2625
package-lock.json
2726
postcss.config.js
28-
RELEASING.md
2927
statistics.html
3028
stylelint.config.js
3129
webpack.config.babel.js

CONTRIBUTING.md

-209
This file was deleted.

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,23 @@ We appreciate any contributions you might make. 🙏
119119
Please check out our [Contributing Guide][gh-contributing]. It includes
120120
contribution guidelines and information on how to run and develop the project.
121121

122+
## Testing
123+
124+
All contributions should pass linting and tests before being merged.
125+
Please follow our [Testing Guidelines][gh-testing], which describe
126+
how to properly run all tests (linters, unit tests, visual tests)
127+
in Docker containers to ensure consistency.
128+
129+
## Releasing
130+
131+
React UI uses a fully automated release process.
132+
If you plan to release a new version,
133+
please follow our [Releasing Guide][gh-releasing],
134+
which explains all necessary steps, including version bumping
135+
and changelog management.
136+
122137
[rui-docs]: https://react-ui.io
123138
[RACOM]: https://www.racom.eu
124-
[gh-contributing]: https://github.com/react-ui-org/react-ui/blob/master/CONTRIBUTING.md
139+
[gh-contributing]: ./src/docs/contribute/general-guidelines.md
140+
[gh-testing]: ./src/docs/contribute/testing-guidelines.md
141+
[gh-releasing]: ./src/docs/contribute/releasing.md

RELEASING.md

-69
This file was deleted.

0 commit comments

Comments
 (0)