-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e6692b
commit 91f9939
Showing
3 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Contributing | ||
|
||
Want to contribute to hippotable? That makes me very happy β€οΈ | ||
|
||
Here's how to proceed: | ||
|
||
1. See a rough outline of the features we'd like to add in [ROADMAP.md](./ROADMAP.md) β in no particular order. | ||
2. Please find or create an [issue](https://github.com/thoughtspile/hippotable/issues) before starting the work to make sure nobody's working on the feature already, and to get more context on the problem. | ||
3. The changes go straight to production, so please take your time to double-check that the code works. | ||
4. Pull requests should link to the issue (`closes #123`) and contain a brief description of the technical details of your solution. | ||
5. I might be busy with other things. If the PR gets stuck, please ping [@thoughtspile](https://twitter.com/thoughtspile) | ||
|
||
Looking forward to your submissions! | ||
|
||
## Development setup | ||
|
||
The repo uses a basic node-based setup. To get started, clone the repo and run: | ||
|
||
```sh | ||
npm ci | ||
npm run dev | ||
``` | ||
|
||
Here are a few links to help you give you a head start: | ||
|
||
- [AstroJS docs](https://docs.astro.build/en/getting-started/) (Build boilerplate & metaframework) | ||
- [SolidJS docs](https://www.solidjs.com/docs/latest/api) (UI framework) | ||
- [Arquero docs](https://uwdata.github.io/arquero/) (dataframe library) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
## Must have | ||
|
||
- docs | ||
|
||
## Backlog | ||
|
||
- Docs | ||
- Import | ||
- JSON import | ||
- append | ||
|