mirror of
https://github.com/FlamedDogo99/EaglerMobile.git
synced 2024-11-21 03:26:04 -08:00
Merge pull request #16 from FlamedDogo99/repo-link-fix
Fixes incorrect link and directions on `readme.md` and `contributing.md`
This commit is contained in:
commit
681d60dc64
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
|
@ -3,7 +3,7 @@
|
||||||
Whether you want to send us feedback, fix a problem, or something else, you are welcome to contribute! Our code is open source.
|
Whether you want to send us feedback, fix a problem, or something else, you are welcome to contribute! Our code is open source.
|
||||||
|
|
||||||
|
|
||||||
Be sure to follow our [code of conduct](https://github.com/FlamedDogo99/EaglerMobile/blob/master/.github/CODE_OF_CONDUCT.md).
|
Be sure to follow our [code of conduct](https://github.com/FlamedDogo99/EaglerMobile/blob/main/.github/CODE_OF_CONDUCT.md).
|
||||||
|
|
||||||
## Reporting bugs and suggesting features
|
## Reporting bugs and suggesting features
|
||||||
|
|
||||||
|
@ -28,9 +28,9 @@ Looking for a code editor? We recommend [Visual Studio Code](https://code.visual
|
||||||
1. **If you have something in mind, it's best if you create or find an issue first (see above). That way, we can discuss it before you start a pull request.**
|
1. **If you have something in mind, it's best if you create or find an issue first (see above). That way, we can discuss it before you start a pull request.**
|
||||||
2. [Fork this repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo) if you haven't already.
|
2. [Fork this repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo) if you haven't already.
|
||||||
3. [Clone your fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo#cloning-your-forked-repository) and load it in your browser so you can make and test your changes.
|
3. [Clone your fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo#cloning-your-forked-repository) and load it in your browser so you can make and test your changes.
|
||||||
4. [Create a new branch](https://docs.github.com/en/get-started/quickstart/contributing-to-projects#creating-a-branch-to-work-on), specifying `upstream/master` as the source branch:
|
4. [Create a new branch](https://docs.github.com/en/get-started/quickstart/contributing-to-projects#creating-a-branch-to-work-on), specifying `upstream/main` as the source branch:
|
||||||
```shell
|
```shell
|
||||||
git checkout -b BRANCH-NAME upstream/master
|
git checkout -b BRANCH-NAME upstream/main
|
||||||
```
|
```
|
||||||
Branching makes things easier later on if you have multiple pull requests open at once or ever want to contribute again. You can always delete a branch.
|
Branching makes things easier later on if you have multiple pull requests open at once or ever want to contribute again. You can always delete a branch.
|
||||||
5. Make and test your changes.
|
5. Make and test your changes.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
|
||||||
[![](https://img.shields.io/github/v/release/FlamedDogo99/EaglerMobile?style=flat-square&logo=github&logoColor=white&label=GitHub&color=181717)](https://github.com/FlamedDogo99/EaglerMobile/releases)
|
[![](https://img.shields.io/github/v/release/FlamedDogo99/EaglerMobile?style=flat-square&logo=github&logoColor=white&label=GitHub&color=181717)](https://github.com/FlamedDogo99/EaglerMobile/releases)
|
||||||
[![](https://img.shields.io/github/license/FlamedDogo99/EaglerMobile?style=flat-square)](https://github.com/FlamedDogo99/EaglerMobile/blob/master/LICENSE)
|
[![](https://img.shields.io/github/license/FlamedDogo99/EaglerMobile?style=flat-square)](https://github.com/FlamedDogo99/EaglerMobile/blob/main/LICENSE)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ If you found a bug or have a suggestion [create an issue](https://github.com/Fla
|
||||||
|
|
||||||
### Code
|
### Code
|
||||||
|
|
||||||
Before contributing code, please read our [contributing guidelines](https://github.com/FlamedDogo99/EaglerMobile/blob/master/.github/CONTRIBUTING.md).
|
Before contributing code, please read our [contributing guidelines](https://github.com/FlamedDogo99/EaglerMobile/blob/main/.github/CONTRIBUTING.md).
|
||||||
|
|
||||||
### Features and documentation
|
### Features and documentation
|
||||||
#### Fake API's
|
#### Fake API's
|
||||||
|
|
Loading…
Reference in New Issue
Block a user