Skip to content

Commit

Permalink
Add note about craft-master in the main README.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed Oct 1, 2024
1 parent a814f50 commit 182c9f0
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you find any bugs or have any suggestion for improvement, please
> We highly recommend [Nextcloud development environment on Docker Compose](https://juliushaertl.github.io/nextcloud-docker-dev/) for testing/bug fixing/development.<br>
> ▢️ https://juliushaertl.github.io/nextcloud-docker-dev/
1.3 Step by step instructions on how to build the client
1.3 Step by step instructions on how to build the client to contribute
1. Clone the Github repository:
```
git clone https://github.com/nextcloud/desktop.git
Expand Down Expand Up @@ -76,11 +76,15 @@ cmake --build .
make
```

#### 2. πŸ› [Pick a good first issue](https://github.com/nextcloud/desktop/labels/good%20first%20issue)
#### 3. πŸ‘©β€πŸ”§ Create a branch and make your changes. Remember to sign off your commits using `git commit -sm "Your commit message"`
#### 4. ⬆ Create a [pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) and `@mention` the people from the issue to review
#### 5. πŸ‘ Fix things that come up during a review
#### 6. πŸŽ‰ Wait for it to get merged!
> [!TIP]
> For building the client for mac OS we have a tool called mac-crafter.
> You will find instructions on how to use it at [admin/osx/mac-crafter](https://github.com/nextcloud/desktop/blob/9ab514cfa845ed7bf530a1b9312d75c9a5935a46/admin/osx/mac-crafter/README.md).
5. πŸ› [Pick a good first issue](https://github.com/nextcloud/desktop/labels/good%20first%20issue)
6. πŸ‘©β€πŸ”§ Create a branch and make your changes. Remember to sign off your commits using `git commit -sm "Your commit message"`
7. ⬆ Create a [pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) and `@mention` the people from the issue to review
8. πŸ‘ Fix things that come up during a review
9. πŸŽ‰ Wait for it to get merged!

## Get in touch πŸ’¬
* [πŸ“‹ Forum](https://help.nextcloud.com)
Expand Down

0 comments on commit 182c9f0

Please sign in to comment.