This project uses Webpack to build the project and create a dist folder with the content to be loaded into the browser.
- Add the feature to the object in
src/features/index.js
. - Create a file in
src/features
folder with your feature logic. - In
src/content.js
, enable the feature with suitable settings. - Add the feature in
README.md
and credit yourself.
- Fork the repo.
- Clone the repo locally using
git clone https://github.com/USERNAME/YourTube
. - Move to the
YourTube
directory. - Create a new branch and open it using
git checkout -b BRANCHNAME
. - Install the packages using
npm install
. - Do the changes and run
npm run watch
to build the files along. - Add and commit the files using
git add --a
andgit commit -m 'MESSAGE'
. - Push the branch.
- Create a Pull Request.
- Yaay ! You did it.