https://github.com/nette/union
[READ-ONLY] Subtree union of Nette repositories
https://github.com/nette/union
Last synced: 3 months ago
JSON representation
[READ-ONLY] Subtree union of Nette repositories
- Host: GitHub
- URL: https://github.com/nette/union
- Owner: nette
- Created: 2019-03-22T04:28:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T09:41:55.000Z (over 1 year ago)
- Last Synced: 2025-01-29T11:21:58.800Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 42.5 MB
- Stars: 6
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: docs/readme.md
- Contributing: docs/contributing/bg/@home.texy
- Funding: docs/.github/funding.yml
- Security: docs/security/bg/@home.texy
Awesome Lists containing this project
README
How to contribute
=================
Nette welcomes contributions. You are free to make changes or translate existing
pages. Before contributing, please read [information](https://doc.nette.org/en/contributing/documentation)
to make sure everything is ok.
You can use an online editor https://editor.nette.org.
- Content of **nette.org**, **doc.nette.org**, **latte.nette.org**, **tester.nette.org** and **tracy.nette.org** is in [branch master](https://github.com/nette/docs/tree/master)
- Content of **doc.nette.org/xxx/3.x** is in [branch doc-3.x](https://github.com/nette/docs/tree/doc-3.x)
- Content of **doc.nette.org/xxx/2.x** is in [branch doc-2.x](https://github.com/nette/docs/tree/doc-2.x)
Before you send a pull request, run code standard test please.
```sh
$ composer create-project nette/code-checker code-checker
$ code-checker/code-checker
```
Thank you for making documentation better!