From 656c5e74420bb4b429c5382b0fc3ae0da57f2edf Mon Sep 17 00:00:00 2001 From: wchen342 Date: Thu, 18 Jun 2020 17:07:32 -0400 Subject: [PATCH] Update md files --- .gitea/issue_template.md | 72 ++++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 4 +-- README.md | 16 ++++----- SUPPORT.md | 8 ++--- 4 files changed, 86 insertions(+), 14 deletions(-) create mode 100644 .gitea/issue_template.md diff --git a/.gitea/issue_template.md b/.gitea/issue_template.md new file mode 100644 index 0000000..338da89 --- /dev/null +++ b/.gitea/issue_template.md @@ -0,0 +1,72 @@ +Please choose between bug report/feature request accroding to your need. + +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Please at least answer all questions marked with * below. Issues without answering these questions will be closed. + +**\*Device info (please complete the following information):** + - Device: [e.g. Samsung Galaxy S6] + - OS: [e.g. LineageOS 16.0] + - Arch: [e.g. arm64] + - Variant: [e.g. monochrome] + - Version: [e.g. 81.0.4044.138] + +**\*Is the bug related to extensions/on the extension-support version?** +Yes/No + +**\*If not related to extensions/extension-support version, can the bug be reproduced with corresponding non-extension-support ungoogled-chromium-android version?** +Yes/No + +**\*If not related to extensions/extension-support version, can the bug be reproduced with corresponding vanilla Chromium (the one directly from Google) version?** +Yes/No + +**\*Describe the bug** +A clear and concise description of what the bug is. + +**\*To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**\*Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. + + +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Please explain why your feature request fall into the scope of ungoogled-chromium?** +See [ungoogled-chromium#objectives](https://github.com/Eloston/ungoogled-chromium#objectives) for a detailed list of objectives of this project. [...] + +**Please describe the feature you would like to have** +A clear and concise description of what the problem is. [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/CHANGELOG.md b/CHANGELOG.md index a513bee..64e32de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # 83.0.4103.97-1 * Extension version: * Add direct install through url -* Update [README#Limitations](https://github.com/wchen342/ungoogled-chromium-android#limitations), [README#Reporting and Contributing](https://github.com/wchen342/ungoogled-chromium-android#reporting-and-contributing), [README#Extensions](https://github.com/wchen342/ungoogled-chromium-android#extensions) and [SUPPORT](https://github.com/wchen342/ungoogled-chromium-android/blob/master/SUPPORT.md). +* Update [README#Limitations](https://git.droidware.info/wchen342/ungoogled-chromium-android#user-content-limitations), [README#Reporting and Contributing](https://git.droidware.info/wchen342/ungoogled-chromium-android#user-content-reporting-and-contributing), [README#Extensions](https://git.droidware.info/wchen342/ungoogled-chromium-android#user-content-extensions) and [SUPPORT](https://git.droidware.info/wchen342/ungoogled-chromium-android/src/branch/master/SUPPORT.md). # 83.0.4103.61-1 * Add extension-support version - * This version is highly experimental and is not intended for daily usage yet! See [README#Extensions](https://github.com/wchen342/ungoogled-chromium-android#extensions) + * This version is highly experimental and is not intended for daily usage yet! See [README#Extensions](https://git.droidware.info/wchen342/ungoogled-chromium-android#user-content-extensions) * Extension removal is not implemented yet * The package will have a name `org.ungoogled.chromium.extensions` * Resolve [#20](https://github.com/wchen342/ungoogled-chromium-android/issues/20), [#23](https://github.com/wchen342/ungoogled-chromium-android/issues/23) diff --git a/README.md b/README.md index 2e3861b..7f25672 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ For a more customized building process, see building instructions from [the orig ## Reporting and Contributing * For reporting issues and contacting, see [SUPPORT](SUPPORT.md) -* This project is still in its early stage, so contributions are welcomed. Please see [Projects](https://github.com/wchen342/ungoogled-chromium-android/projects/1) for a list of pending tasks. +* This project is still in its early stage, so contributions are welcomed. ## Extensions @@ -94,16 +94,16 @@ You can use f-Droid client and add [this repository](https://www.droidware.info/ ## Credits -* [The Chromium Project](//www.chromium.org/) -* [ungoogled-chromium](//github.com/Eloston/ungoogled-chromium) -* [xsmile's fork](//github.com/xsmile/ungoogled-chromium/tree/android) -* [Bromite](//github.com/bromite/bromite) -* [Kiwi Browser](//github.com/kiwibrowser) -* [dvalter's patches](//github.com/dvalter/chromium-android-ext-dev) +* [The Chromium Project](https://www.chromium.org/) +* [ungoogled-chromium](https://github.com/Eloston/ungoogled-chromium) +* [xsmile's fork](https://github.com/xsmile/ungoogled-chromium/tree/android) +* [Bromite](https://github.com/bromite/bromite) +* [Kiwi Browser](https://github.com/kiwibrowser) +* [dvalter's patches](https://github.com/dvalter/chromium-android-ext-dev) ## Related Projects -* [Bromite](//github.com/bromite/bromite) (Another build for Android. Has some own features.) +* [Bromite](https://github.com/bromite/bromite) (Another build for Android. Has some own features.) ## License diff --git a/SUPPORT.md b/SUPPORT.md index 8cf396b..69b8d04 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -2,10 +2,10 @@ **Before you open a new issue, please ensure you have tried the following**: -* Check the [ungoogled-chromium wiki](//ungoogled-software.github.io/ungoogled-chromium-wiki) -* Check the [Issue Tracker](//github.com/Eloston/ungoogled-chromium/issues) (make sure to search closed issues and use search filters, as applicable) - * It will probably also be helpful to check [Issue Tracker of Bromite](//github.com/bromite/bromite/issues), which is another customized Android build -* If there is a problem, ensure it does *not* occur with regular Chromium or Google Chrome. If it does, then this is *not* a problem with ungoogled-chromium. Instead, please submit your feedback to the [Chromium bug tracker](//bugs.chromium.org/p/chromium/issues/list) or Google. +* Check the [ungoogled-chromium wiki](https://ungoogled-software.github.io/ungoogled-chromium-wiki) +* Check the [Issue Tracker](https://www.github.com/Eloston/ungoogled-chromium/issues) (make sure to search closed issues and use search filters, as applicable) + * It will probably also be helpful to check [Issue Tracker of Bromite](https://www.github.com/bromite/bromite/issues), which is another customized Android build +* If there is a problem, ensure it does *not* occur with regular Chromium or Google Chrome. If it does, then this is *not* a problem with ungoogled-chromium. Instead, please submit your feedback to the [Chromium bug tracker](https://bugs.chromium.org/p/chromium/issues/list) or Google. When opening a new issue, please make sure: