Skip to content

Commit e0dc0e9

Browse files
authored
Merge pull request #28 from iamwill123/updates
time to update things
2 parents ccf9679 + 667aee9 commit e0dc0e9

11 files changed

+18147
-13908
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'Found a bug'
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**Screenshots**
25+
If applicable, add screenshots to help explain your problem.
26+
27+
**Desktop (please complete the following information):**
28+
29+
- OS: [e.g. iOS]
30+
- Browser [e.g. chrome, safari]
31+
- Version [e.g. 22]
32+
33+
**Smartphone (please complete the following information):**
34+
35+
- Device: [e.g. iPhone6]
36+
- OS: [e.g. iOS8.1]
37+
- Browser [e.g. stock browser, safari]
38+
- Version [e.g. 22]
39+
40+
**Additional context**
41+
Add any other context about the problem here.
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature Request
3+
about: Create a feature request to help us improve
4+
title: 'Feature Request'
5+
labels: 'feature-request'
6+
assignees: ''
7+
8+
---
9+
10+
**Description:**
11+
A clear and concise description of the feature you are proposing.
12+
13+
**Use Case:**
14+
Please provide an example of how this feature would be used or why it is needed.
15+
16+
**Additional Information:**
17+
Any additional information or context that may be helpful.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Idea Proposal
3+
about: Create an idea to help us improve
4+
title: 'Eureka!'
5+
labels: 'idea-proposal'
6+
assignees: ''
7+
8+
---
9+
10+
**Description:**
11+
A clear and concise description of your idea or proposal.
12+
13+
**Benefits:**
14+
Explain the potential benefits or improvements that would result from implementing this idea.
15+
16+
**Implementation Details:**
17+
If you have any specific details or suggestions on how to implement this idea, please provide them here.
18+
19+
**Additional Information:**
20+
Any additional information or context that may be helpful.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Maintenance Request
3+
about: Create a maintenance request to help us improve
4+
title: 'Maintenance needed!'
5+
labels: 'maintenance-request'
6+
assignees: ''
7+
8+
---
9+
10+
**Description:**
11+
A clear and concise description of the maintenance request.
12+
13+
**Affected Component:**
14+
Specify the component or area of the project that requires maintenance.
15+
16+
**Current Behavior:**
17+
A description of the current behavior or issue that needs attention.
18+
19+
**Suggested Solution:**
20+
If you have any suggestions for how to address the maintenance request, please describe them here.

.github/PULL_REQUEST_TEMPLATE.MD

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### What is this and why does it exist?
2+
3+
Provide a description of what is being changed, and why. Reference any relevant issues, link to project plans or docs, provide screenshots, etc. Anything necessary to explain and justify what's happening.
4+
5+
### Testing instructions
6+
7+
Please provide a thorough explanation of how to test these changes.
8+
9+
### Screenshots and GIFs
10+
11+
If applicable, provide screenshots and/or GIFs to demonstrate the changes.
12+
13+
### Checklist
14+
15+
- [ ] I have tested these changes
16+
- [ ] I have updated the documentation
17+
- [ ] I have updated the tests
18+
- [ ] I have updated the changelog

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
*.map
33
*.yml
44
.npmignore
5+
.DS_Store

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# A simple React inline editing component
22

3+
[![codecov](https://codecov.io/gh/iamwill123/react-inline-input-edit/branch/main/graph/badge.svg?token=ABC123)](https://codecov.io/gh/iamwill123/react-inline-input-edit) [![test](https://github.com/iamwill123/react-inline-input-edit/actions/workflows/run-unit-tests.yml/badge.svg)](https://github.com/iamwill123/react-inline-input-edit/actions/workflows/run-unit-tests.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT) ![NPM Downloads](https://img.shields.io/npm/dw/react-inline-input-edit)
4+
35
## Reasoning
46

57
This npm package is originally adapted from <https://github.com/bfischer/react-inline-editing>. I found the package a few days ago and is super useful but un-maintained? Mainly needed it to work with TypeScript + ReactJS. The below README desc is adapted from the originator's README.

0 commit comments

Comments
 (0)