Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codenameakshay authored Jul 29, 2020
1 parent 19b4422 commit 6aef91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We use github to host code, to track issues and feature requests, as well as acc
Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:

1. Fork the repo and create your branch from `master`.
2. You need to create a file called key.dart with the following syntax that stores the username and password for the GitHub Repository where you want to save your uploaded wallpapers.
2. You need to create a file called key.dart with the following syntax that stores the API Key you can get from NewsAPI.org.
```
const String apikey = "your newsapi.org api key";
```
Expand Down Expand Up @@ -47,4 +47,4 @@ People *love* thorough bug reports. We're not even kidding.
* Use DART formatter

## License
By contributing, you agree that your contributions will be licensed under its BSD-3 License.
By contributing, you agree that your contributions will be licensed under its BSD-3 License.

0 comments on commit 6aef91d

Please sign in to comment.