Skip to content

Commit 5c8c551

Browse files
committed
chore: update templates
1 parent 179707a commit 5c8c551

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
**Do you want to request a *feature* or report a *bug*?**
1+
**Do you want to request a _feature_ or report a _bug_?**
22

33
**What is the current behavior?**
44

5-
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your CodeSandbox (https://codesandbox.io/s/new) example below:**
5+
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your [Stackblitz](https://stackblitz.com/edit/react-toastify-getting-started) example below:**
66

77
**What is the expected behavior?**
88

.github/PULL_REQUEST_TEMPLATE.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**Before submitting a pull request,** please make sure the following is done:
22

33
1. Fork [the repository](https://github.com/fkhadra/react-toastify) and create your branch from `main`.
4-
2. Run `pnpm` in the repository root.
4+
2. Run `pnpm i` in the repository root.
55
3. If you've fixed a bug or added code that should be tested, add tests!
66
4. Ensure the test suite passes (`pnpm test`).
77
5. Run `pnpm start` to test your changes in the playground.
@@ -10,4 +10,6 @@
1010
8. Format your code with [prettier](https://github.com/prettier/prettier) (`pnpm prettier`).
1111
9. Make sure your code lints (`pnpm lint:fix`).
1212

13-
**Learn more about contributing [here](https://github.com/fkhadra/react-toastify/blob/master/CONTRIBUTING.md)**
13+
For new features, please make sure that there is an issue related to it.
14+
15+
**Learn more about contributing [here](https://github.com/fkhadra/react-toastify/blob/master/CONTRIBUTING.md)**

src/types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ export interface ToastContainerProps extends CommonOptions, Pick<HTMLAttributes<
270270

271271
/**
272272
* Shortcut to focus the first notification with the keyboard
273+
* `default: Alt+t`
273274
*
274275
* ```
275276
* // focus when user presses ⌘ + F

0 commit comments

Comments
 (0)