From e8eccc061b77dd953d552c15aad6913f2b80c753 Mon Sep 17 00:00:00 2001 From: Aliza26 <jhaakriti.26@gmail.com> Date: Sat, 25 May 2024 22:35:49 +0530 Subject: [PATCH 1/5] Added Contributing.md file --- CONTRIBUTING.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..139d4d3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,45 @@ +# Contributing + +We are open to, and grateful for, any contributions made by the community. By contributing to react-otp-input, you agree to abide by the [code of conduct](https://github.com/reduxjs/react-redux/blob/master/CODE_OF_CONDUCT.md). + +Please review the [Redux Style Guide](https://redux.js.org/style-guide/style-guide) in the Redux docs to keep track of our best practices. + +## Reporting Issues and Asking Questions + +Before opening an issue, please search the [issue tracker](https://github.com/devfolioco/react-otp-input/issues) to make sure your issue hasn't already been reported. + +## Development + +Visit the [Issue tracker](https://github.com/devfolioco/react-otp-input/issues) to find a list of open issues that need attention. + +Fork, then clone the repo: + +``` +git clone https://github.com/your-username/react-otp-input.git +``` +npm install +``` +#### To run the vite example: +``` +cd example +npm run dev +``` + + +### New Features + +Please open an issue with a proposal for a new feature or refactoring before starting on the work. We don't want you to waste your efforts on a pull request that we won't want to accept. + +## Submitting Changes + +- Open a new issue in the [Issue tracker](https://github.com/reduxjs/react-redux/issues). +- Fork the repo. +- Create a new feature branch based off the `master` branch. +- Make sure all tests pass and there are no linting errors. +- Submit a pull request, referencing any issues it addresses. + +Please try to keep your pull request focused in scope and avoid including unrelated commits. + +After you have submitted your pull request, we'll try to get back to you as soon as possible. We may suggest some changes or improvements. + +Thank you for contributing! \ No newline at end of file From a27a44463af4d24e423f9019fcc87d989b416739 Mon Sep 17 00:00:00 2001 From: Aliza26 <jhaakriti.26@gmail.com> Date: Sat, 25 May 2024 22:44:32 +0530 Subject: [PATCH 2/5] typo mistake --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 139d4d3..ccd3ac4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ Please open an issue with a proposal for a new feature or refactoring before sta ## Submitting Changes -- Open a new issue in the [Issue tracker](https://github.com/reduxjs/react-redux/issues). +- Open a new issue in the [Issue tracker](https://github.com/devfolioco/react-otp-input/issues). - Fork the repo. - Create a new feature branch based off the `master` branch. - Make sure all tests pass and there are no linting errors. From f6c5a3b78d069fc0c07b0d9056ac77affa83d7d1 Mon Sep 17 00:00:00 2001 From: Aliza26 <jhaakriti.26@gmail.com> Date: Sat, 25 May 2024 22:57:46 +0530 Subject: [PATCH 3/5] changed the view --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccd3ac4..1958912 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ # Contributing -We are open to, and grateful for, any contributions made by the community. By contributing to react-otp-input, you agree to abide by the [code of conduct](https://github.com/reduxjs/react-redux/blob/master/CODE_OF_CONDUCT.md). +[](https://github.com/devfolioco/react-otp-input/issues) [](https://github.com/devfolioco/react-otp-input/pulls) -Please review the [Redux Style Guide](https://redux.js.org/style-guide/style-guide) in the Redux docs to keep track of our best practices. +Feel free to open [issues](https://github.com/devfolioco/react-otp-input/issues/new/choose) and [pull requests](https://github.com/devfolioco/react-otp-input/pulls)! ## Reporting Issues and Asking Questions @@ -23,10 +23,9 @@ npm install ``` cd example npm run dev -``` -### New Features +## New Features Please open an issue with a proposal for a new feature or refactoring before starting on the work. We don't want you to waste your efforts on a pull request that we won't want to accept. From 0d24824d3e8d01fee9c3760d22fb139ac758694b Mon Sep 17 00:00:00 2001 From: Aliza26 <jhaakriti.26@gmail.com> Date: Sat, 25 May 2024 23:02:03 +0530 Subject: [PATCH 4/5] chnaged some tag line --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1958912..6f940fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,11 +16,10 @@ Fork, then clone the repo: ``` git clone https://github.com/your-username/react-otp-input.git + ``` -npm install -``` -#### To run the vite example: -``` +## To run the vite example: + cd example npm run dev From b91b395001e8ab5826ca8d2ae02eddb532042832 Mon Sep 17 00:00:00 2001 From: Aliza26 <jhaakriti.26@gmail.com> Date: Sat, 25 May 2024 23:10:43 +0530 Subject: [PATCH 5/5] done some final changes --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f940fd..013cbb3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,11 +18,12 @@ Fork, then clone the repo: git clone https://github.com/your-username/react-otp-input.git ``` -## To run the vite example: +#### To run the vite example: +``` cd example npm run dev - +``` ## New Features