diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 90199ee..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: ['https://paypal.me/wanhose'] diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md new file mode 100644 index 0000000..6e5ba97 --- /dev/null +++ b/.gitlab/issue_templates/default.md @@ -0,0 +1,21 @@ +## Issue information + +#### 🖥️ Browser + +... + +#### 📱 Device + +... + +#### 📝 Reason + +... + +#### 🔗 URL + +... + +#### 🏷️ Version + +... diff --git a/docs/pull_request_template.md b/.gitlab/merge_request_templates/default.md similarity index 100% rename from docs/pull_request_template.md rename to .gitlab/merge_request_templates/default.md diff --git a/docs/README.md b/README.md similarity index 84% rename from docs/README.md rename to README.md index be840b3..a778c7c 100644 --- a/docs/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Cookie Monster Dialog +# Cookie Dialog Monster -Cookie Monster Dialog is a browser extension that hides cookie consent dialogs without changing user preferences. By default, we do NOT accept cookies (except in [a few cases](https://gitlab.com/wanhose/cookie-dialog-monster/blob/main/database.json#L248) where the pages do not function without accepting them). You can report broken sites with a single click, which will create an issue in this repository to be fixed promptly. +Cookie Dialog Monster is a browser extension that hides cookie consent dialogs without changing user preferences. By default, we do NOT accept cookies (except in [a few cases](https://gitlab.com/wanhose/cookie-dialog-monster/blob/main/database.json#L248) where the pages do not function without accepting them). You can report broken sites with a single click, which will create an issue in this repository to be fixed promptly. ## Repositories diff --git a/packages/api/docs/README.md b/packages/api/README.md similarity index 95% rename from packages/api/docs/README.md rename to packages/api/README.md index 3559ffb..26fc638 100644 --- a/packages/api/docs/README.md +++ b/packages/api/README.md @@ -1,4 +1,4 @@ -# Cookie Monster Dialog API +# Cookie Dialog Monster API ## Installation diff --git a/packages/browser-extension/docs/README.md b/packages/browser-extension/README.md similarity index 99% rename from packages/browser-extension/docs/README.md rename to packages/browser-extension/README.md index 0bd0527..d4194e9 100644 --- a/packages/browser-extension/docs/README.md +++ b/packages/browser-extension/README.md @@ -1,4 +1,4 @@ -# Cookie Monster Dialog Browser Extension +# Cookie Dialog Monster Browser Extension ## Downloads