Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaced yomichan references to yomitan at CONTRIBUTING.md #257

Merged
merged 2 commits into from
Sep 25, 2023
Merged
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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Issues and Features

Issues reported on [GitHub](https://github.com/FooSoft/yomichan/issues) should include information about:
Issues reported on [GitHub](https://github.com/themoeway/yomitan/issues) should include information about:

* What the problem, question, or request is.
* What browser is being used.
* What version of Yomichan is being used.
* What version of Yomitan is being used.
* If applicable, an export of the settings file.

# Development
Expand All @@ -21,7 +21,7 @@ Below are a few guidelines to ensure contributions have a good level of quality

## Setup

Yomichan uses [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) tools for building and testing.
Yomitan uses [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) tools for building and testing.
After installing these Node.js, the development environment can be set up by running `npm ci`.

## Testing
Expand Down