Skip to content

Commit

Permalink
docs: add readme and contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GNMoseke committed Mar 2, 2024
1 parent f89c70a commit dbc52c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
To contribute:
1. Fork the repo or create a branch prefixed with a valid [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) qualifier (e.g. `feat/cool-new-thing` or `fix/write-code-code`)
2. Add commits to your branch following the [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) standard. A github action will run to validate your commits before merge, so ***you will not be bale to merge if you do not use conventional commits.***
3. Add test coverage for your feature/fix/improvement.
3. Make a PR for your changes and get 1 review/approval
4. Merge your changes!
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This is a fun toy project for a personal home dashboard meant to both be useful and as some Rust practice. Planned features:
1. Backlog tracking for games/movies/tv shows/books and a "now playing/reading/etc" (fancy spreadsheet)
2. Automatic planning of run/cycling routes based on a training schedule each morning
3. Getting the Nasa Astronomy Pictre of the Day/current xckd/wikipedia home page/etc or any other fun stuff
4. Plugin system for any other pieces that someone may want to use!

0 comments on commit dbc52c0

Please sign in to comment.