From 7515c0eab38bb33face7f64308c34145966aadce Mon Sep 17 00:00:00 2001 From: wanhose Date: Sun, 24 May 2020 12:17:19 +0200 Subject: [PATCH] docs: add readme and pull request template --- docs/README.md | 26 ++++++++++++++++++++++++++ docs/pull_request_template.md | 9 +++++++++ 2 files changed, 35 insertions(+) create mode 100644 docs/README.md create mode 100644 docs/pull_request_template.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..946ef19 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,26 @@ +# Do Not Consent + +A Chrome extension that allows you to remove cookie consent dialogs automatically. + +## Compatibility + +- Google Chrome 61+. +- Microsoft Edge 16+ (not tested yet). +- Opera 48+ (not tested yet). + +## Installation (on Google Chrome) + +1. Clone the repository to the folder that you want. +2. Go to [chrome://extensions](chrome://extensions). +3. Enable **Developer mode** by clicking the toggle switch next to **Developer Mode**. +4. Then, click the **LOAD UNPACKED** button and select the *src* cloned folder. +5. That's all, you have a development copy of this extension. +6. Remember if you change something, you need to click the refresh button in the extension on [chrome://extensions](chrome://extensions) to see your changes. + +## Contributing + +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. + +## License + +[MIT](https://choosealicense.com/licenses/mit/) \ No newline at end of file diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md new file mode 100644 index 0000000..edd5a5f --- /dev/null +++ b/docs/pull_request_template.md @@ -0,0 +1,9 @@ +## Description + +Give a short description about this pull request. + +## Browsers + +[ ] Google Chrome (specify version if checked). +[ ] Microsoft Edge (specify version if checked). +[ ] Opera (specify version if checked). \ No newline at end of file