forked from Kylegoslin/moodle-block_cmanager
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e0144b
commit 0741d1e
Showing
40 changed files
with
621 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
name: Bug report | ||
description: Report an issue to help us improve this plugin. | ||
title: "Bug: " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Thank you for taking the time to fill out this bug report. | ||
Sorry to hear that you are experiencing an issue. In order to help us help you, please complete this form to the best of your ability. The more information you can provide, the easier it will be to for us to help you.<br> | ||
***In a hurry for support?*** Contact us directly for premium support and development at [TNG Consulting Inc.](https://www.tngconsulting.ca/contact). | ||
- type: checkboxes | ||
id: prerequisites | ||
attributes: | ||
label: Prerequisites | ||
description: Please answer the following questions before submitting an issue. | ||
options: | ||
- label: I'm reporting the issue to the correct repository. | ||
required: true | ||
- label: I am running the latest version of this plugin (if not, please upgrade first). | ||
required: true | ||
- label: I checked the [README.md](../blob/master/README.md) and [Wiki](../wiki) documentation but did not find my answer. | ||
required: true | ||
- label: I searched to make sure that this issue had not already been reported. | ||
required: true | ||
- label: I have, or I know someone who has, the ability and willingness to test the fix on a Moodle LMS-based site. | ||
- label: I am submitting no more than one bug report per issue ticket (please do not submit multiple bugs in one issue ticket). | ||
required: true | ||
- label: I understand that support is provided by volunteer(s). | ||
required: true | ||
- type: textarea | ||
id: issue | ||
attributes: | ||
label: What happened? | ||
description: A clear and concise description of what you think the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: What do you think should have happened? | ||
description: Include a clear and concise description of what you expected to happen. | ||
value: I expected '...' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: Please provide clearly ordered steps to reproduce the issue. | ||
value: | | ||
1. Login as '...' (specify user role) | ||
2. Go to '...' | ||
3. Click on '....' | ||
4. Scroll down to '....' | ||
5. See error or issue. | ||
You get it? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots. It really helps us understand your issue. | ||
- type: input | ||
id: moodle | ||
attributes: | ||
label: Moodle version | ||
placeholder: e.g. Moodle 4.4.0+ (Build 20240422) | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: language | ||
attributes: | ||
label: Installed Moodle UI Language packs. | ||
description: You can find the Moodle version by navigating as a site administrator to **Site Administration > General or Site Administration (tab) > Notifications** and scrolling to the bottom of the page. | ||
options: | ||
- label: English only | ||
- label: One or more other languages/regional dialects (specify below) | ||
- label: Other | ||
validations: | ||
required: true | ||
- type: input | ||
id: other-language | ||
attributes: | ||
label: If other language(s), please specify | ||
- type: textarea | ||
id: workaround | ||
attributes: | ||
label: Workaround | ||
description: Are you currently able to work around this issue? If so, how? | ||
- type: textarea | ||
id: moreinfo | ||
attributes: | ||
label: Additional information | ||
description: Add any other information about the problem here. For example, other installed plugins, logs for example. If you know where the problem is in the source code, we would appreciated it if you would be so kind as to let us know. Even better, feel free to submit a pull request (PR) if you can. Problems that include solutions get fixed faster. | ||
- type: textarea | ||
id: sysinfo | ||
attributes: | ||
label: System information | ||
description: Depending on the issue, you may be asked to provide additional system information. | ||
value: | | ||
Client Device type: (e.g. Desktop, iPhone or iPad, Android phone or tablet, Other - specify) | ||
Client Operating System: (e.g. Windows, Linux, Mac OS, Android, iOS, Other - specify) | ||
Client Web Browser: (e.g. Chrome, Edge, Firefox, Safari, Safe Exam Browser, Moodle Mobile App) | ||
Server Operating System: (e.g. Windows, Linux, Mac OS, Other - specify) | ||
Server Webserver: (e.g. Apache, Nginx, IIS, Other - specify) | ||
Server PHP: (e.g. 7.4, 8.0, 8.1, 8.2, 8.3, Other - specify) | ||
- type: checkboxes | ||
attributes: | ||
label: Code of Conduct | ||
options: | ||
- label: I have read and agree to the project's <a href="../blob/master/CODE_OF_CONDUCT.md" target="_blank">code of conduct</a>. | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Premium Support | ||
about: In a hurry? Contact us for premium support and development. | ||
url: https://www.tngconsulting.ca/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: Feature request | ||
description: Share your ideas for this project. | ||
title: "Feature Request: " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Thanks for taking the time to share your ideas and suggestions. | ||
We love hearing ideas and suggestions from people who use our plugins.<br> | ||
***In a hurry for this new feature?*** Contact us directly for premium development and support services at [TNG Consulting Inc.](https://www.tngconsulting.ca/contact). | ||
- type: checkboxes | ||
id: prerequisites | ||
attributes: | ||
label: Prerequisites | ||
description: Please answer the following questions before submitting a feature request. | ||
options: | ||
- label: I am requesting the new feature to the correct repository. | ||
required: true | ||
- label: I checked the latest version on GitHub and the [README.md](../blob/master/README.md) documentation to ensure that this functionality does not already exist. | ||
required: true | ||
- label: I searched to make sure that this feature has not already been requested. | ||
required: true | ||
- label: I have, or I know someone who has, the ability and willingness to test the new feature on a Moodle LMS-based site. | ||
- label: I agree to submit one feature request per issue ticket (do not submit multiple requests in one issue ticket). | ||
required: true | ||
- label: I understand that development and support is provided by volunteer(s) and that all final implementation decisions are up TNG Consulting Inc. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Feature Request - The User Story | ||
description: Provide a clear and concise description of the feature are you requesting or idea that you have. Be sure include one or more **real-life** examples of how you **will** use the new feature. Do not make up a story just because it is easier. We only implement new features if we understand your goal and it makes sense to us. | ||
placeholder: e.g. As a [Moodle role], I need/want to [...], so that [...]. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots / Mock-ups | ||
description: Add any screenshots, videos or documentation which can help us visualize your vision. | ||
- type: textarea | ||
attributes: | ||
label: Alterative you have considered | ||
description: Provide a clear and concise description of any alternative solutions or features you've considered. If you have seen a similar feature in another plugin, please provide us with a link to it. | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
- type: dropdown | ||
attributes: | ||
label: Planning on submitting a solution in a pull request (PR)? | ||
description: If so, we look forward to working with you to integrate your work. Feature requests with a provided solution may be integrated sooner. Be sure to read the <a href="../blob/master/CONTRIBUTING.md" target="_blank">[CONTRIBUTING]</a> guidelines. | ||
options: | ||
- "Yes" | ||
- "No" | ||
- "Maybe" | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Code of Conduct | ||
options: | ||
- label: I have read and agree to the project's <a href="../blob/master/CODE_OF_CONDUCT.md" target="_blank">code of conduct</a>. | ||
required: true |
Oops, something went wrong.