summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-11-19 20:35:46 +0000
committerGitHub <noreply@github.com>2023-11-19 20:35:46 +0000
commitc83e548baacae4339503dc4bf9071b800f65ce2e (patch)
tree7f25af18bb14fd6ecff83b9f6ec6ed77f2c0ccdd
parent7575a83fa7ad16860d2c5c7e56ae6ea949e38aa8 (diff)
Update CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6634b9f6..100007fd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,6 +6,12 @@ Atuin doesn't require anything super special to develop - standard Rust tooling
Before working on anything, we suggest taking a copy of your Atuin data directory (`~/.local/share/atuin` on most \*nix platforms). If anything goes wrong, you can always restore it!
+## What to work on?
+
+Any issues labeled "bug" or "help wanted" would be fantastic, just drop a comment and feel free to ask for help!
+
+If there's anything you want to work on that isn't already an issue, either open a feature request or get in touch on Discord.
+
## Setup
```