Skip to content

Commit d73aa70

Browse files
committed
Update CONTRIBUTING.md
1 parent 5195e42 commit d73aa70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing Guide to `@reason-react-native/__template__`
1+
# Contributing Guide to `@reason-react-native/navigation`
22

33
We love your input! We want to make contributing to this project as easy and
44
transparent as possible, whether it's:
@@ -23,7 +23,7 @@ write bug reports or feature requests with detail, background, and sample code
2323
if necessary.
2424

2525
Just try to
26-
[open a new issue](https://github.com/reason-react-native/__template__/issues/new/choose)
26+
[open a new issue](https://github.com/reason-react-native/navigation/issues/new/choose)
2727
& follow the instructions that should be prefilled for
2828
[bug](.github/ISSUE_TEMPLATE/bug.md) or
2929
[feature request](.github/ISSUE_TEMPLATE/feature.md).
@@ -47,8 +47,8 @@ To make a pull request, you need to:
4747
2. Clone it and install dependencies
4848

4949
```console
50-
git clone https://github.com/reason-react-native/__template__
51-
cd __template__
50+
git clone https://github.com/reason-react-native/navigation
51+
cd navigation
5252
yarn
5353
```
5454

0 commit comments

Comments
 (0)