mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
39 lines
1.9 KiB
Markdown
39 lines
1.9 KiB
Markdown
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
or more contributor license agreements. See the NOTICE file
|
|
distributed with this work for additional information
|
|
regarding copyright ownership. The ASF licenses this file
|
|
to you 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.
|
|
-->
|
|
# Contributing to Apache Superset
|
|
|
|
Contributions are welcome and are greatly appreciated! Every
|
|
little bit helps, and credit will always be given.
|
|
|
|
## Developer Portal
|
|
|
|
All developer and contribution documentation has moved to the Apache Superset Developer Portal:
|
|
|
|
**[📚 View the Developer Portal →](https://superset.apache.org/developer_portal/)**
|
|
|
|
The Developer Portal includes comprehensive guides for:
|
|
- [Contributing Overview](https://superset.apache.org/developer_portal/contributing/overview)
|
|
- [Development Setup](https://superset.apache.org/developer_portal/contributing/development-setup)
|
|
- [Submitting Pull Requests](https://superset.apache.org/developer_portal/contributing/submitting-pr)
|
|
- [Contribution Guidelines](https://superset.apache.org/developer_portal/contributing/guidelines)
|
|
- [Code Review Process](https://superset.apache.org/developer_portal/contributing/code-review)
|
|
- [Development How-tos](https://superset.apache.org/developer_portal/contributing/howtos)
|
|
|
|
Source for the Developer Portal documentation is [located here](https://github.com/apache/superset/tree/master/docs/developer_portal).
|