diff --git a/.github/ISSUE_TEMPLATE/file-issue.yml b/.github/ISSUE_TEMPLATE/1-file-issue.yml similarity index 83% rename from .github/ISSUE_TEMPLATE/file-issue.yml rename to .github/ISSUE_TEMPLATE/1-file-issue.yml index 7fd45f1..1460e83 100644 --- a/.github/ISSUE_TEMPLATE/file-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-file-issue.yml @@ -8,7 +8,7 @@ body: - type: checkboxes id: initial-checklist attributes: - label: I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first + label: From maintainer @mifi: I have a lot of issues to go through, and every issue I have to read gives me less time to implement new features, so I ask that you please try these things first: options: - label: Try with a different kind of file to confirm that the problem is related to just this file. required: true @@ -22,7 +22,7 @@ body: id: steps-to-reproduce attributes: label: Steps to reproduce - description: How would I reproduce the problem? Please describe step-by-step what you're doing from starting up LosslessCut until the problem occurs. You can attach screenshots if needed. + description: How would I reproduce the problem? Please describe step-by-step what you're doing from starting up LosslessCut until the problem occurs. You can attach screenshots or screencasts if needed. validations: required: true - type: textarea @@ -56,7 +56,7 @@ body: - type: textarea id: share-log attributes: - label: Share log - description: 'Please open developer tools after starting LosslessCut and before doing the failing operation. Then share any relevant output from the javascript Console. (Menu: Tools > Toggle Developer Tools)' + label: Share log from developer tools + description: 'Please open developer tools after starting LosslessCut and before performing the relevant operation. Then share any relevant output from the javascript Console. (Menu: Tools > Toggle Developer Tools)' validations: required: false diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/2-bug.yml similarity index 85% rename from .github/ISSUE_TEMPLATE/bug.yml rename to .github/ISSUE_TEMPLATE/2-bug.yml index 87f016a..67be2eb 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/2-bug.yml @@ -4,9 +4,9 @@ body: - type: checkboxes id: initial-checklist attributes: - label: I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first + label: From maintainer @mifi: I have a lot of issues to go through, and every issue I have to read gives me less time to implement new features, so I ask that you please try these things first: options: - - label: Try with the [newest version from GitHub](https://github.com/mifi/lossless-cut/releases/latest) (also it might have been fixed in latest [nightly build](https://github.com/mifi/lossless-cut#nightly-builds-)) + - label: Try with the [newest version from GitHub](https://github.com/mifi/lossless-cut/releases/latest) (also it might have already been fixed in latest [nightly build](https://github.com/mifi/lossless-cut#nightly-builds-)) required: true - label: Read the [documentation](https://github.com/mifi/lossless-cut) and [FAQ, Known issues, Troubleshooting](https://github.com/mifi/lossless-cut/blob/master/issues.md) required: true @@ -41,7 +41,7 @@ body: id: steps-to-reproduce attributes: label: Steps to reproduce - description: How would I reproduce the problem? Please describe step-by-step what you're doing from starting up LosslessCut until the problem occurs. You can attach screenshots if needed. + description: How would I reproduce the problem? Please describe step-by-step what you're doing from starting up LosslessCut until the problem occurs. You can attach screenshots or screencasts if needed. validations: required: true - type: textarea @@ -61,7 +61,7 @@ body: - type: textarea id: share-log attributes: - label: Share log + label: Share log from developer tools description: 'If you have a problem or an unexpected bug or crash, please open developer tools after starting LosslessCut and before doing the failing operation. Then share the output from the javascript Console. (Menu: Tools > Toggle Developer Tools)' validations: required: false diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/3-feature.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/feature.yml rename to .github/ISSUE_TEMPLATE/3-feature.yml index f64ba55..0e9c5f7 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/3-feature.yml @@ -18,6 +18,6 @@ body: id: feature-description attributes: label: Description - description: A clear and concise description of what you want you would like to be added or improved in LosslessCut. You can attach screenshots if needed. + description: A clear and concise description of what you want you would like to be added or improved in LosslessCut. You can attach screenshots or screencasts if needed. validations: required: true diff --git a/developer-notes.md b/developer-notes.md index 34e96fe..a8950c2 100644 --- a/developer-notes.md +++ b/developer-notes.md @@ -35,7 +35,7 @@ For Windows, you may have to install [7z](https://www.7-zip.org/download.html), npm start ``` -## Building mas-dev (Mac App Store) build locally +## `mas-dev` (Mac App Store) local build This will sign using the development provisioning profile: