2018-11-05 19:22:55 +08:00
.. Copyright 2018 The Cartographer Authors
.. Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.. http://www.apache.org/licenses/LICENSE-2.0
.. Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================
Getting involved
================
Cartographer is developed in the open and allows anyone to contribute to the project.
There are multiple ways to get involved!
2021-04-19 20:01:18 +08:00
If you have question or think you've found an issue in Cartographer, you are welcome to open a `GitHub issue`_ .
2018-11-05 19:22:55 +08:00
2020-06-24 16:55:03 +08:00
.. _GitHub issue: https://github.com/cartographer-project/cartographer/issues
2018-11-05 19:22:55 +08:00
If you have an idea of a significant change that should be documented and discussed before finding its way into Cartographer, you should submit it as a pull request to `the RFCs repository`_ first.
Simpler changes can also be discussed in GitHub issues so that developers can help you get things right from the first try.
2020-06-24 16:55:03 +08:00
.. _the RFCs repository: https://github.com/cartographer-project/rfcs
2018-11-05 19:22:55 +08:00
If you want to contribute code or documentation, this is done through `GitHub pull requests`_ .
2020-10-15 16:49:24 +08:00
Pull requests need to follow the `contribution guidelines`_ .
2018-11-05 19:22:55 +08:00
2020-06-24 16:55:03 +08:00
.. _GitHub pull requests: https://github.com/cartographer-project/cartographer/pulls
2020-10-15 16:49:24 +08:00
.. _contribution guidelines: https://github.com/cartographer-project/cartographer/blob/master/CONTRIBUTING.md