Skip to content

Commit beb422c

Browse files
committed
Update README.md
Use raw file for logo.png Update contribution guidelines Add newcomers' guide
1 parent e44ea38 commit beb422c

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

README.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img src="https://github.com/addy-org/Addy-React-Native/blob/master/readme_assets/logo.png" alt="Addy" height="42" width="42"></img> Addy-React-Native
1+
# <img src="https://raw.githubusercontent.com/addy-org/Addy-React-Native/master/readme_assets/logo.png" alt="Addy" height="42" width="42"></img> Addy-React-Native
22

33
[![Build Status](https://travis-ci.org/addy-org/Addy-React-Native.svg?branch=master)](https://travis-ci.org/addy-org/Addy-React-Native)
44
[![Join the chat at https://gitter.im/addy-org/Addy-React-Native](https://badges.gitter.im/addy-org/Addy-React-Native.svg)](https://gitter.im/addy-org/Addy-React-Native?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -11,7 +11,7 @@ A React Native based app for Addy
1111
https://gitter.im/addy-org
1212

1313
## Contribution Guidelines
14-
https://github.com/addy-org/Addy-React-Native/wiki/Contribution-Guidelines
14+
https://addy.wiki/contribution-guidelines
1515

1616
## Running the app in your system
1717
1. Install [**React Native**](https://facebook.github.io/react-native/docs/getting-started.html) into your system
@@ -24,27 +24,4 @@ git clone https://github.com/YOUR-USERNAME/Addy-React-Native.git
2424
5. Click on `Device` and run on iOS Simulator *(or Android)* or `Share` and scan the QR Code on your device with the **Expo Client**.
2525

2626
## Getting Started with Contributing:
27-
1. After forking the project, git clone the repository onto your local environment:
28-
```bash
29-
git clone https://github.com/YOUR-USERNAME/Addy-React-Native.git
30-
```
31-
2. Create a separate Git branch
32-
```bash
33-
git branch <your_new_branch_name>
34-
```
35-
3. Git checkout your branch
36-
```bash
37-
git checkout <your_new_branch_name>
38-
```
39-
4. Open up the project in your favorite code editor (e.g. Atom).
40-
5. Make your changes.
41-
6. Git add and commit your changes.
42-
```bash
43-
git add <file_name>
44-
git commit -m <insert_commit_comment>
45-
```
46-
7. Git push your changes as well as your new branch.
47-
```bash
48-
git push -u origin <your_branch_name>
49-
```
50-
8. Go to the GitHub repository and submit a Pull Request.
27+
https://addy.wiki/newcomers-guide

0 commit comments

Comments
 (0)