Skip to content

Commit

Permalink
Updated contributing guidelines and bug reporting form.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed Apr 26, 2024
1 parent c618bd4 commit feb3152
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ body:
id: moodle
attributes:
label: Moodle version
placeholder: e.g. Moodle 4.0.4+ (Build 20220919)
placeholder: e.g. Moodle 4.4.0+ (Build 20240422)
validations:
required: true
- type: checkboxes
Expand Down Expand Up @@ -104,7 +104,7 @@ body:
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.3, 7.4, 8.x, 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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
### Updated
- Added a little space between the post-submission message and the Continue button.
- Smarter continue button URL logic after the form was submitted.
- Contributing guidelines and bug reporting form.
- Copyright notice to 2024.
## [1.3.1] - 2023-10-23
### Added
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Keep in mind that the maintainers get final say on whether new features will be

Style Guides
-------------------
1. Write in UTF-8 in PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4 and 8.0.
2. Follow the official[Moodle Coding Style Guide](https://docs.moodle.org/dev/Coding_style).
1. Write in UTF-8 in PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 and 8.2.
2. Follow the official[Moodle Coding Style Guide](https://moodledev.io/general/development/policies/codingstyle).
3. Fully test your code with Moodle **Debug Messages** setting set to **DEVELOPER: extra Moodle debug messages for developers** and **Display debug messages** setting checked. Ensure that there are no errors or warnings at all.
4. Test your code using the [Moodle Code Checker](https://moodle.org/plugins/local_codechecker) and [Moodle PHPdoc check](https://moodle.org/plugins/local_moodlecheck) plugins. Ensure that there are no errors or warnings at all.
4. Ensure that your code passes all tests using the [Moodle Code Checker](https://moodle.org/plugins/local_codechecker) and [Moodle PHPdoc check](https://moodle.org/plugins/local_moodlecheck) plugins. Ensure that there are no errors or warnings at all.
5. Look at the existing style and adhere accordingly.

Fork the Repository
Expand Down

0 comments on commit feb3152

Please sign in to comment.