Skip to content

Added .deps filter in .gitignore #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ regression.out
regression.diffs
tags
buildpod
.deps
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
First off, thanks for taking the time to contribute! ❤️

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.

# Table of Contents
- [Project Scope](#project-scope)
- [Development Plans](#development-plans)

# Project Scope
- Types.
- Operations on types (creating, searching, sorting, set operations and others).
- Indexing structures and algorithms.

# Development Plans
- Move all source files into src folder.
- Implement optional compilation with HEALPIX and SMOC.
- Use pgindent to format sources.
- Check compilation with newest postgrespro versions.
- Add more tests including performance tests.
- Add more documentation.