Update README w/TOC & link Contributing & MIT sections (#222)
Summary: * Add a Table of Contents to README * Link CONTRIBUTING section to CONTRIBUTING.md file * Link License section to LICENSE file * Change `Sonar` references to `Flipper` in CONTRIBUTING.md  Pull Request resolved: https://github.com/facebook/flipper/pull/222 Reviewed By: danielbuechele Differential Revision: D9282868 Pulled By: passy fbshipit-source-id: 2f1ff9b598b8a0afdde9039e5a2c4a157c48ed9c
This commit is contained in:
committed by
Facebook Github Bot
parent
4ae01fce6a
commit
decde229b6
@@ -1,4 +1,4 @@
|
||||
# Contributing to Sonar
|
||||
# Contributing to Flipper
|
||||
|
||||
We want to make contributing to this project as easy and transparent as
|
||||
possible.
|
||||
@@ -12,7 +12,7 @@ pushed to GitHub.
|
||||
For changes affecting both, native code and JavaScript, make sure to only create
|
||||
a single PR containing both parts of the code.
|
||||
|
||||
Although the Sonar desktop app is only released for macOS right now, it is
|
||||
Although the Flipper desktop app is only released for macOS right now, it is
|
||||
possible to create Windows and Linux builds of the app. Please keep this in mind
|
||||
when dealing with platform-specific code.
|
||||
|
||||
@@ -51,5 +51,5 @@ run `yarn lint` and `yarn fix` to apply formatting fixes.
|
||||
|
||||
## License
|
||||
|
||||
By contributing to Sonar, you agree that your contributions will be licensed
|
||||
under the LICENSE file in the root directory of this source tree.
|
||||
By contributing to Flipper, you agree that your contributions will be licensed
|
||||
under the [LICENSE](./LICENSE) file.
|
||||
|
||||
Reference in New Issue
Block a user