Skip to content

Commit

Permalink
Merge pull request #2443 from nextcloud/dependabot/npm_and_yarn/stablโ€ฆ
Browse files Browse the repository at this point in the history
โ€ฆe4/prettier-3.4.1
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
2 parents 22cf838 + 4613f75 commit 8132e46
Show file tree
Hide file tree
Showing 9 changed files with 1,125 additions and 1,126 deletions.
30 changes: 15 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ If applicable, add screenshots to help explain your problem.

**Nextcloud (please complete the following information):**

- Nextcloud-Version: [e.g. 19.0.0]
- Forms-Version: [e.g. 2.0.0-beta4]
- Nextcloud-Version: [e.g. 19.0.0]
- Forms-Version: [e.g. 2.0.0-beta4]

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Browser log**

Expand All @@ -54,15 +54,15 @@ Open your console, reload your page and/or do the action leading to this issue a

# Chrome

- Press either CTRL + SHIFT + J to open the โ€œconsoleโ€ tab of the Developer Tools.
- Alternative method:
- Press either CTRL + SHIFT + J to open the โ€œconsoleโ€ tab of the Developer Tools.
- Alternative method:
1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools.
2. Click the โ€œconsoleโ€ tab.

# Safari

- Press CMD + ALT + I to open the Web Inspector.
- See Chromeโ€™s step 2. (Chrome and Safari have pretty much identical dev tools.)
- Press CMD + ALT + I to open the Web Inspector.
- See Chromeโ€™s step 2. (Chrome and Safari have pretty much identical dev tools.)

# IE9

Expand All @@ -71,8 +71,8 @@ Open your console, reload your page and/or do the action leading to this issue a

# Firefox

- Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs).
- or, if Firebug is installed (recommended):
- Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs).
- or, if Firebug is installed (recommended):
1. Press F12 to open Firebug.
2. Click on the โ€œconsoleโ€ tab.

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ assignees: ''

**Nextcloud (please complete the following information):**

- Nextcloud-Version: [e.g. 19.0.0]
- Forms-Version: [e.g. 2.0.0-beta4]
- Nextcloud-Version: [e.g. 19.0.0]
- Forms-Version: [e.g. 2.0.0-beta4]

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Expand Down
10 changes: 5 additions & 5 deletions CHANGELOG.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

## v4.3.0 - 2024-10-04

- **New question type: Files**
- **New question type: Files**

You can now ask for file uploads in your forms!

- **Share your forms via QR code**
- **Share your forms via QR code**

Get a QR code representation of your public share link!

- **Set limits for your checkbox questions**
- **Set limits for your checkbox questions**

Ask for a minimum/maximum number of answers!

- **Add many options at once**
- **Add many options at once**

It's now way easier to add a lot of options to your checkbox/dropdown/radio questions!

- **Deprecation of legacy links**
- **Deprecation of legacy links**

Legacy share links will be removed in v5.0 of Forms. Forms with such links will show a warning in edit and submit view.
1,078 changes: 539 additions & 539 deletions CHANGELOG.md

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

![](screenshots/forms3.png)

- **๐Ÿ“ Simple design:** No mass of options, only the essentials. Works well on mobile of course.
- **๐Ÿ“Š View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.
- **๐Ÿ”’ Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
- **๐Ÿ™‹ Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
- **๐Ÿ“ Simple design:** No mass of options, only the essentials. Works well on mobile of course.
- **๐Ÿ“Š View & export results:** Results are visualized and can also be exported as CSV in the same format used by Google Forms.
- **๐Ÿ”’ Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
- **๐Ÿ™‹ Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!

## ๐Ÿ— Development setup

Expand All @@ -37,18 +37,18 @@ To build the Javascript whenever you make changes, you can use `npm run build`.

You run several tests by:

- `npm run lint` for JavaScript linting
- `npm run stylelint` for CSS linting
- `composer cs:check` for the Nextcloud php coding standard
- `composer lint` for php linting
- `composer test:unit` and `composer test:integration` to run the php functionality tests
- `composer psalm` for static code analysis
- `npm run lint` for JavaScript linting
- `npm run stylelint` for CSS linting
- `composer cs:check` for the Nextcloud php coding standard
- `composer lint` for php linting
- `composer test:unit` and `composer test:integration` to run the php functionality tests
- `composer psalm` for static code analysis

## โ™ฅ How to create a pull request

This guide will help you get started:

- ๐Ÿ’ƒ [Opening a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)
- ๐Ÿ’ƒ [Opening a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)

## โœŒ Code of conduct

Expand Down
Loading

0 comments on commit 8132e46

Please sign in to comment.