Skip to content
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
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Contribute!

There's a variety of ways you can contribute to the dictionary!

## Word of the Day

If you want to suggest a word of the day, simply open up a pull request with an edit to: `lib/term_of_the_day.ts`!

## Add a New Term

If you want to add a new term to the dictionary, open up an issue with the term in the title, and your suggested "General" and "Software" definition in the body of the issue.

Example Issue:

```yml
----------------------------------------
| New Term: Vibe-coding |
|--------------------------------------|
| |
| General definition: .... |
| |
| Software definition: ... |
| |
|--------------------------------------|
```

This will help us open up the floor for discussion, before making a pull request.

## Other Stuff

Just open up an issue with any other suggestions!
Loading