Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)

Rename Github -> GitHub (#1656)

authored by

Khai Truong and committed by
GitHub
e2fe224e 96a4cb1a

+7 -7
+2 -2
README.md
··· 77 77 Here are some ways anyone can help: 78 78 79 79 - Try using the Yomitan dev build. Not only do you get cutting edge features, but you can help uncover bugs and give feedback to developers early on. 80 - - Document any UI/UX friction in Github Issues. We're looking to make Yomitan more accessible to non-technical users. 80 + - Document any UI/UX friction in GitHub Issues. We're looking to make Yomitan more accessible to non-technical users. 81 81 - All the issues in `area/bug` older than 2 months need help reproducing. If anything interests you, please try to reproduce it and report your results. We can't easily tell if these issues are one-off, have since been resolved, or are no longer relevant. 82 82 83 83 > The current active maintainers of Yomitan spend a lot of their time debugging and triaging issues. When someone files a bug report, we need to assess the frequency and severity of the bug. It is extremely helpful if we get multiple reports of people who experience a bug or people who can contribute additional detail to an existing bug report. 84 84 85 - If you're looking to code, please let us know what you plan on working on before submitting a Pull Request. This gives the core maintainers an opportunity to provide feedback early on before you dive too deep. You can do this by opening a Github Issue with the proposal. 85 + If you're looking to code, please let us know what you plan on working on before submitting a Pull Request. This gives the core maintainers an opportunity to provide feedback early on before you dive too deep. You can do this by opening a GitHub Issue with the proposal. 86 86 87 87 Some contributions we always appreciate: 88 88
+1 -1
docs/development/language-features.md
··· 414 414 415 415 ## Stuck? 416 416 417 - If you have any questions, please feel free to open a Discussion on Github, or find us on the [Yomitan Discord](https://discord.gg/YkQrXW6TXF). 417 + If you have any questions, please feel free to open a Discussion on GitHub, or find us on the [Yomitan Discord](https://discord.gg/YkQrXW6TXF).
+1 -1
docs/operations/deployments.md
··· 1 1 # Deployments 2 2 3 - We deploy yomitan to the Firefox and Chrome webstore via two channels -- the dev build and the stable build. We do this via a series of Github Actions. 3 + We deploy yomitan to the Firefox and Chrome webstore via two channels -- the dev build and the stable build. We do this via a series of GitHub Actions. 4 4 5 5 Only collaborators with deployment permissions are allowed to deploy. 6 6
+2 -2
ext/info.html
··· 68 68 <ul> 69 69 <li>Information and user guide: <a href="https://yomitan.wiki" rel="noreferrer noopener">Homepage</a></li> 70 70 <li>Recommended dictionaries: <a href="https://yomitan.wiki/dictionaries/">Yomitan Dictionaries</a></li> 71 - <li>Source code: <a href="https://github.com/yomidevs/yomitan" rel="noreferrer noopener">Github</a></li> 71 + <li>Source code: <a href="https://github.com/yomidevs/yomitan" rel="noreferrer noopener">GitHub</a></li> 72 72 <li>Release notes: <a href="https://github.com/yomidevs/yomitan/releases" rel="noreferrer noopener" data-href-format="https://github.com/yomidevs/yomitan/releases/tag/{version}" id="release-notes-this-version-link">This version</a> | <a href="https://github.com/yomidevs/yomitan/releases" rel="noreferrer noopener">All versions</a></li> 73 - <li>Bugs? Report them here: <a href="https://github.com/yomidevs/yomitan/issues/new/choose" rel="noreferrer noopener">Github Issues</a></li> 73 + <li>Bugs? Report them here: <a href="https://github.com/yomidevs/yomitan/issues/new/choose" rel="noreferrer noopener">GitHub Issues</a></li> 74 74 <li>More extension information: <a href="https://yomitan.wiki/privacy/">Permissions</a> | <a href="/legal.html">Licenses</a> | <a href="/issues.html">Issues</a></li> 75 75 <li>Enjoying Yomitan? Help us by leaving a review on the Firefox/Chrome/Edge store! <a href="https://addons.mozilla.org/en-US/firefox/addon/yomitan/">Firefox</a> | <a href="https://chromewebstore.google.com/detail/yomitan/likgccmbimhjbgkjambclfkhldnlhbnn">Chrome</a> | <a href="https://microsoftedge.microsoft.com/addons/detail/yomitan/idelnfbbmikgfiejhgmddlbkfgiifnnn">Edge</a></li> 76 76 </ul>
+1 -1
ext/support.html
··· 31 31 <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> 32 32 <ul> 33 33 <li>Leave us a review on the Firefox/Chrome/Edge store! <a href="https://addons.mozilla.org/en-US/firefox/addon/yomitan/">Firefox</a> | <a href="https://chromewebstore.google.com/detail/yomitan/likgccmbimhjbgkjambclfkhldnlhbnn">Chrome</a> | <a href="https://microsoftedge.microsoft.com/addons/detail/yomitan/idelnfbbmikgfiejhgmddlbkfgiifnnn">Edge</a></li> 34 - <li>Report any bugs or feedback on our <a href="https://github.com/yomidevs/yomitan/issues/new/choose" rel="noreferrer noopener">Github Issues</a>.</li> 34 + <li>Report any bugs or feedback on our <a href="https://github.com/yomidevs/yomitan/issues/new/choose" rel="noreferrer noopener">GitHub Issues</a>.</li> 35 35 <li>Contribute to the Yomitan project! Start by reading our <a href="https://github.com/yomidevs/yomitan/blob/master/CONTRIBUTING.md" rel="noreferrer noopener">Contribution Guidelines</a>.</li> 36 36 </ul> 37 37 </div></div></div></div>