-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
20 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,27 +45,25 @@ format description, instructions on building a style and some links. | |
|
||
## Development | ||
|
||
You would need Qt 5 for development, most other libraries are included into the | ||
repository, see `3party` directory. The team uses mostly XCode and Qt Creator, | ||
You would need Boost and Qt 5 for development, most other libraries are included into the | ||
repository: see `3party` directory. The team uses mostly XCode and Qt Creator, | ||
though these are not mandatory. We have an established | ||
[coding style](https://github.com/mapsme/omim/blob/master/docs/CPP_STYLE.md). | ||
Our pull request review process may be intimidating, but it ensures a consistent | ||
code quality. | ||
|
||
All contributors must sign a [Contributor Agreement](https://github.com/mapsme/omim/blob/master/docs/CLA.md), | ||
so both ours and theirs rights are protected. | ||
|
||
See [CONTRIBUTING.md](https://github.com/mapsme/omim/blob/master/docs/CONTRIBUTING.md) | ||
for the repository initialization process, the description of all the directories | ||
of this repository and other development-related information. | ||
|
||
All contributors must sign a [Contributor Agreement](https://github.com/mapsme/omim/blob/master/docs/CLA.md), | ||
so both our and their rights are protected. | ||
|
||
## Feedback | ||
|
||
Please report bugs and suggestions to [the issue tracker](https://github.com/mapsme/omim/issues), | ||
or by mail to [email protected]. | ||
|
||
## Authors and License | ||
|
||
This source code is Copyright (C) 2011-2015 MAPS.ME, published under Apache Public License 2.0, | ||
This source code is Copyright (C) 2011-2015 My.com B.V., published under Apache Public License 2.0, | ||
except third-party libraries. See [NOTICE](https://github.com/mapsme/omim/blob/master/NOTICE) | ||
and [copyright.html](data/coyright.html) files for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
|
||
The simplest way to contribute is to [submit an issue](https://github.com/mapsme/omim/issues). | ||
Please give developers as much information as possible: OS and application versions, | ||
list of actions leading to a bug, a log file that the app produces. | ||
list of actions leading to a bug, a log file produced by the app. | ||
|
||
When using an app on a device, use the built-in "Report a bug" option: | ||
When using the MAPS.ME app on a device, use the built-in "Report a bug" option: | ||
it creates a new e-mail with a log file attached. Your issue will be processed much | ||
faster if you send it to [email protected]. | ||
|
||
|
@@ -58,8 +58,7 @@ See [CPP_STYLE.md](CPP_STYLE.md). Use `clang-format` when in doubt. | |
All contributions to MAPS.ME source code should be submitted via github pull requests. | ||
Each pull request is reviewed by MAPS.ME employees, to ensure consistent code style | ||
and quality. Sometimes the review process even for smallest commits can be | ||
very thorough. Please be patient: you may learn something about C++ or our | ||
project in the process. | ||
very thorough. | ||
|
||
To contribute you must sign the [license agreement](CLA.md): the same one you | ||
sign for Google or Facebook open-source projects. | ||
|
@@ -112,4 +111,4 @@ Some of these contain their own README files. | |
## Questions? | ||
|
||
For any questions about developing MAPS.ME and relevant services - virtually about anything related, | ||
please write us at [email protected], we'll be happy to help. | ||
please write to us at [email protected], we'll be happy to help. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters