Skip to content

Commit afa256a

Browse files
author
Vitaly Davydov
committed
Added CONTRIBUTING.md
1 parent 2512fc8 commit afa256a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CONTRIBUTING.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
First off, thanks for taking the time to contribute! ❤️
2+
3+
All types of contributions are encouraged and valued. See the Table of Contents for different ways to help and details about how this project handles them. Please make sure to read the relevant section before making your contribution. It will make it a lot easier for us maintainers and smooth out the experience for all involved. The community looks forward to your contributions.
4+
5+
# Table of Contents
6+
- [Project Scope](#project-scope)
7+
- [Development Plans](#development-plans)
8+
9+
# Project Scope
10+
- Types.
11+
- Operations on types (creating, searching, sorting, set operations and others).
12+
- Indexing structures and algorithms.
13+
14+
# Development Plans
15+
- Move all source files into src folder.
16+
- Implement optional compilation with HEALPIX and SMOC.
17+
- Use pgindent to format sources.
18+
- Check compilation with newest postgrespro versions.
19+
- Add more tests including performance tests.
20+
- Add more documentation.

0 commit comments

Comments
 (0)