Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Add docs for contribution getting started #3798

Open
wants to merge 1 commit into
base: 8.3
Choose a base branch
from

Conversation

JamesAlias
Copy link
Contributor

@JamesAlias JamesAlias commented Jun 1, 2024

What I did
Added some instructions for the getting started for contributing.

How I did it

How to verify it

### Setup Source Files and Git
To install the source files and setup git, run:

```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One little nitpick 🙂

Suggested change
```
```bash

This will sync the git repository of Neos Ui into `Packages/Application/Neos.Neos.Ui` (this might take a while).
To push your changes to Github you need to fork the Neos Ui and change the git remote to your fork (check with `git remove -v`).

Run `make setup`. To check what commands are executed have a look at the `Makefile` in the root of this repo.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Run `make setup`. To check what commands are executed have a look at the `Makefile` in the root of this repo.
Run `make setup`. To check what commands are executed have a look at the `Makefile` in the root of this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants