You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
License: Choose an open-source license for the project and add the license file to the repository.
README: Update the README file with detailed instructions on how to set up the project, contribute, and any other relevant information.
Code of Conduct: Include a Code of Conduct to set guidelines for community behavior.
Contributing Guidelines: Provide clear guidelines for how to contribute to the project, including how to report issues and submit pull requests.
Issue Template: Create an issue template to standardize the information needed when submitting new issues.
Pull Request Template: Similarly, create a pull request template to guide contributors on what information to include in their pull requests.
CI/CD Setup: Set up continuous integration and deployment pipelines to automate testing and deployment processes.
Documentation: Write project documentation, README files, and any other relevant documentation.
Release Process: Define a release process for versioning and releasing updates to the project.
Word File Template: Create a Word file template that contributors can copy and use for adding new words to the dictionary (for contributors who would like to contribute via conventional means).
Credits: ChatGPT 🤝 Me
The text was updated successfully, but these errors were encountered:
### Description
<!-- Please add PR description (don't leave blank) - example: This PR
[adds/removes/fixes/replaces] the [feature/bug/etc] -->
This Pull request implements some tiny changes carried over from #63 and
addresses some todo that are simple enough.
#### Changes Made
- Implemented the submission visual cue on the word editor - this turns
the submission loading button green after a word submission is
successfully done before the redirection to he jargons editor dashboard
- Added "babblebey" to funding/sponsor this project section
- Extracted `addToRecentSearches` logic from `search` to `word.astro`
layout - this ensures that words are added to recent searches when
viewed and not only when they are searched using the search feature
### Related Issue
<!-- Please prefix the issue number with Fixes/Resolves - example: Fixes
#123 or Resolves #123 -->
- Resolves#10
- #55 & #63
### Screenshots/Screencasts
<!-- Please provide screenshots or video recording that demos your
changes (especially if it's a visual change) -->
[screencast-bpconcjcammlapcogcnnelfmaeghhagj-2024.04.26-21_45_48.webm](https://github.com/babblebey/jargons.dev/assets/25631971/6ae8e447-9791-4de5-8ff9-46eb10bd2b8a)
### Notes to Reviewer
<!-- Please state here if you added a new npm packages, or any extra
information that can help reviewer better review you changes -->
_NA_
Prepare jargons.dev to go open source:
Credits: ChatGPT 🤝 Me
The text was updated successfully, but these errors were encountered: