You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
Frontend for Ansible Hub and Galaxy. The backend for this project can be found at [ansible/galaxy\_ng](https://github.com/ansible/galaxy_ng/),
4
4
developer docs at [ansible.readthedocs.io](https://ansible.readthedocs.io/projects/galaxy-ng/en/latest/), and an outdated wiki at [ansibe/galaxy\_ng wiki](https://github.com/ansible/galaxy_ng/wiki/Development-Setup).
5
+
Also read [developer\_guidelines](./developer_guidelines.md).
5
6
6
7
The project is built on React & Patternfly, using components from [patternfly-react](https://github.com/patternfly/patternfly-react), with [lingui](https://github.com/lingui/js-lingui/) for l10n.
7
8
@@ -94,7 +95,6 @@ npm run cypress
94
95
95
96
List of all workflows:
96
97
97
-
-`backported-labels`: Add a backported-* label when a PR is backported to stable-*; on patchback merges
98
98
-`cypress`: Run Cypress integration tests; on PRs, pushes and cron
99
99
-`dev-release`: Build and upload to github releases, update `dev` tag; when master is updated
0 commit comments