Skip to content

Commit fbd27c9

Browse files
authored
chore: add contributing file (#27)
1 parent adde6c3 commit fbd27c9

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
20+
# How to contribute to Apache SedonaDB
21+
22+
Welcome! We'd love to have you contribute to Apache SedonaDB!
23+
24+
## Did you find a bug?
25+
26+
Create an issue with a reproducible example. Please specify the SedonaDB version with a code snippet and error message.
27+
28+
## Did you create a PR to fix a bug?
29+
30+
See [here](https://sedona.apache.org/latest/community/rule/#make-a-pull-request) for instructions on how to open PRs.
31+
32+
We appreciate bug fixes - thank you in advance!
33+
34+
## Would you like to add a new feature or change existing code?
35+
36+
If you would like to add a feature or change existing behavior, please make sure to create an issue ticket and get the planned work approved by the core team first!
37+
38+
It's always better to get aligned with the core devs before writing any code.
39+
40+
## Do you have questions about the source code?
41+
42+
Feel free to create an issue or join the [Discord](https://discord.gg/9A3k5dEBsY) with questions!
43+
44+
Thanks for reading and looking forward to collaborating with you!

0 commit comments

Comments
 (0)