- Fork the Project
- Clone the Repository:
git clone https://github.com/<YOUR-USERNAME>/nyaa-linker.git
- Install Dependencies:
yarn
- Create a Feature Branch:
git checkout -b feature/feature-name
orgit checkout -b fix/problem-name
Firefox: about:debugging#/runtime/this-firefox
- rename
manifest-firefox.json
tomanifest.json
- click on the
Load Temporary Add-on...
button - select the
manifest.json
file
Chrome: chrome://extensions/
- rename
manifest-chrome.json
tomanifest.json
- click on the
Load unpacked
button - select the
src
folder
- Stage changes:
git add .
- Commit changes:
git commit -m "add: Feature Name"
orgit commit -m "fix: Problem Name"
- for simple documentation changes, use Github's default
"Update file.name"
- for simple documentation changes, use Github's default
- Push changes:
git push origin feature/feature-name
orgit push origin head
- Submit a Pull Request on Github: if your Feature resolves an Issue, add
fix #XXX
in the description