Skip to content

Commit 815c895

Browse files
committed
Merge branch 'master' of https://github.com/pqina/react-filepond
2 parents 4ffd3d0 + c7469b4 commit 815c895

File tree

7 files changed

+107
-89
lines changed

7 files changed

+107
-89
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 52 deletions
This file was deleted.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: Bug report
2+
title: "[Bug] "
3+
description: Report an issue with React FilePond
4+
labels: bug
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: checkboxes
11+
attributes:
12+
label: Is there an existing issue for this?
13+
description: Please search to see if an issue already exists for the bug you encountered.
14+
options:
15+
- label: I have searched the existing issues
16+
required: true
17+
- type: checkboxes
18+
attributes:
19+
label: Have you updated React FilePond, FilePond, and all plugins?
20+
description: Please update React FilePond, FilePond, and all plugins to the most recent version.
21+
options:
22+
- label: I have updated FilePond and its plugins
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Describe the bug
27+
description: A concise description of what the bug is.
28+
placeholder: Bug description
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Reproduction
34+
description: Provide clear steps to reproduce the bug.
35+
placeholder: Reproduction
36+
validations:
37+
required: true
38+
- type: textarea
39+
attributes:
40+
label: Environment
41+
description: |
42+
examples:
43+
- **Device**: Samsung Galaxy s20, iPhone 12 Mini, Macbook Pro (2020), etc.
44+
- **OS**: Android 8, iOS 12, Windows 10, etc.
45+
- **Browser**: Firefox 93, Chrome 94, etc.
46+
- **React version**: React 17
47+
value: |
48+
- Device:
49+
- OS:
50+
- Broser:
51+
- React version:
52+
render: markdown
53+
validations:
54+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Stack Overflow
4+
url: https://stackoverflow.com/questions/tagged/filepond
5+
about: Ask questions on Stack Overflow and tag with "filepond"

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Feature request
2+
title: "[Feature] "
3+
description: Suggest an idea for this project
4+
labels: new feature
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this feature request!
10+
- type: checkboxes
11+
attributes:
12+
label: Is there an existing issue for this?
13+
description: Please search to see if an issue already exists for the feature request you want to submit.
14+
options:
15+
- label: I have searched the existing issues
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Is your feature request related to a problem? Please describe.
20+
description: A clear and concise description of what the problem is you want to solve.
21+
placeholder: I'm always frustrated when...
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Describe the solution you'd like
27+
description: A clear and concise description of what you want to happen.
28+
validations:
29+
required: true
30+
- type: textarea
31+
attributes:
32+
label: Describe alternatives you've considered
33+
description: A clear and concise description of any alternative solutions or features you've considered.
34+
validations:
35+
required: true

.github/ISSUE_TEMPLATE/questions_and_help.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ React FilePond is a handy wrapper component for [FilePond](https://github.com/pq
44

55
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/pqina/react-filepond/blob/master/LICENSE)
66
[![npm version](https://badge.fury.io/js/react-filepond.svg)](https://www.npmjs.com/package/react-filepond)
7+
![npm](https://img.shields.io/npm/dt/react-filepond)
78

8-
<img src="https://github.com/pqina/filepond-github-assets/blob/master/filepond-animation-01.gif" width="370" alt=""/>
9+
---
10+
11+
[<img src="https://github.com/pqina/filepond-github-assets/blob/master/header.svg" alt="FilePond"/>](https://www.buymeacoffee.com/rikschennink/)
12+
13+
[Buy me a Coffee](https://www.buymeacoffee.com/rikschennink/) / [Use FilePond with Pintura](https://pqina.nl/pintura/?ref=github-filepond) / [Dev updates on Twitter](https://twitter.com/rikschennink/)
14+
15+
---
916

1017
### Core Features
1118

@@ -18,16 +25,18 @@ React FilePond is a handy wrapper component for [FilePond](https://github.com/pq
1825

1926
[Learn more about FilePond](https://pqina.nl/filepond/)
2027

28+
<img src="https://github.com/pqina/filepond-github-assets/blob/master/filepond-animation-01.gif" width="370" alt=""/>
29+
2130

2231
---
2332

2433
### Also need Image Editing?
2534

26-
**Doka.js** might be just what you're looking for. It's a Modern JavaScript Image Editor, Doka supports setting **crop aspect ratios**, **resizing**, **rotating**, **cropping**, and **flipping** images. Above all, it integrates beautifully with FilePond.
35+
**Pintura the modern JavaScript Image Editor** is what you're looking for. Pintura supports setting **crop aspect ratios**, **resizing**, **rotating**, **cropping**, and **flipping** images. Above all, it integrates beautifully with FilePond.
2736

28-
[Learn more about Doka](https://pqina.nl/doka/?ref=github-react-filepond)
37+
[Learn more about Pintura](https://pqina.nl/pintura/?ref=github-react-filepond)
2938

30-
<img src="https://github.com/pqina/filepond-github-assets/blob/master/doka.gif?raw=true" width="478" alt=""/>
39+
<img src="https://github.com/pqina/filepond-github-assets/blob/master/filepond_pintura.gif?raw=true" width="600" alt=""/>
3140

3241
---
3342

0 commit comments

Comments
 (0)