Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
.markdownlint.jsonc
babel.config.js
CODEOWNERS
CONTRIBUTING.md
docker-compose.yml
jest.config.js
mkdocs.yml
package-lock.json
postcss.config.js
RELEASING.md
statistics.html
stylelint.config.js
webpack.config.babel.js
209 changes: 0 additions & 209 deletions CONTRIBUTING.md

This file was deleted.

19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,23 @@ We appreciate any contributions you might make. 🙏
Please check out our [Contributing Guide][gh-contributing]. It includes
contribution guidelines and information on how to run and develop the project.

## Testing

All contributions should pass linting and tests before being merged.
Please follow our [Testing Guidelines][gh-testing], which describe
how to properly run all tests (linters, unit tests, visual tests)
in Docker containers to ensure consistency.

## Releasing

React UI uses a fully automated release process.
If you plan to release a new version,
please follow our [Releasing Guide][gh-releasing],
which explains all necessary steps, including version bumping
and changelog management.

[rui-docs]: https://react-ui.io
[RACOM]: https://www.racom.eu
[gh-contributing]: https://github.com/react-ui-org/react-ui/blob/master/CONTRIBUTING.md
[gh-contributing]: ./src/docs/contribute/general-guidelines.md
[gh-testing]: ./src/docs/contribute/testing-guidelines.md
[gh-releasing]: ./src/docs/contribute/releasing.md
69 changes: 0 additions & 69 deletions RELEASING.md

This file was deleted.

Loading