diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 13fdd9a71..3964cd60b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,23 +7,23 @@ assignees: '' --- -**Describe the bug** +### Describe the bug A clear and concise description of what the bug is. -**To Reproduce** +### To Reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** +### Expected behavior A clear and concise description of what you expected to happen. -**Screenshots** +### Screenshots If applicable, add screenshots to help explain your problem. -**Platform you are having the issue on: +### Platform you are having the issue on: -**Additional context** +### Additional context Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..6b6aa64a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature Request +about: Let us now what feature you would want to have in Infisical +title: '' +labels: 'feature request' +assignees: '' + +--- + +### Feature description +A clear and concise description of what the the feature should be. + +### Why would it be useful? +Why would this feature be useful for Infisical users? + +### Additional context +Add any other context about the problem here. diff --git a/.github/images/star-infisical.gif b/.github/images/star-infisical.gif new file mode 100644 index 000000000..bb0752cb7 Binary files /dev/null and b/.github/images/star-infisical.gif differ diff --git a/README.md b/README.md index 1c74bed47..36283357a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@
- {label} -
- {text && ( -{text}
- )} - console.log(e.target.value, index)} - type={type} - placeholder={placeholder} - value={value} - required={isRequired} - className="bg-bunker-800 text-gray-400 border border-gray-600 rounded-md text-md p-2 w-full min-w-16 outline-none" - readOnly - /> -