Skip to content

Commit 53e5aa8

Browse files
committed
Jest attempt failed. Remove 'test' from .github
1 parent 7c83607 commit 53e5aa8

File tree

4 files changed

+29
-42
lines changed

4 files changed

+29
-42
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ If you wish to contribute to the **Float Toolkit for React** source code, feel f
1111
1. Refer to the [documentation](https://float-toolkit.web.app) and [README file](https://github.com/float-toolkit/react/blob/master/README.md) to make sure the error is actually a bug and not a mistake of your own.
1212
1. Make sure the issue hasn't already been reported or suggested.
1313
1. Fork and clone the repository, and checkout the corresponding branch (`docs` for documentation, `master` for anything else). **DO NOT** modify the `stable` branch.
14-
1. Make your changes (add or modify tests and documentation comments as necessary to cover your changes).
15-
1. Run `npm run build` (or VSCode task _NPM: Build_) to run the tests and build the package (you can use `npm link` to try it locally).
14+
1. Make your changes (add or modify documentation comments as necessary to cover your changes).
15+
1. Run `npm run build` (or VSCode task _NPM: Build_) to build the package (you can use `npm link` to try it locally).
1616
1. [Submit a pull request](https://github.com/float-toolkit/react/compare).

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@
44

55
<h1 align="center">New Pull Request</h1>
66

7-
## First things first...
7+
## Before you go ANY further...
88

9-
- Make sure to read the [contribution guidelines](https://github.com/float-toolkit/react/blob/master/.github/CONTRIBUTING.md) before you go any further.
9+
- Make sure to read the [contribution guidelines](https://github.com/float-toolkit/react/blob/master/.github/CONTRIBUTING.md).
1010
- Is there an issue related to your changes? If so, link to it here. If not, create an issue before submitting your pull request in order to discuss.
11-
12-
## (How) do your changes work?
13-
14-
- Run all existing tests in the repository and make sure all of them pass.
15-
- Add or modify tests as needed to cover your changes.
16-
- Finally, add or modify documentation comments as needed.
11+
- Add or modify documentation comments as needed in order to make your code understandable.
1712

1813
Thank you for contributing to the **Float Toolkit** codebase!

.github/labels.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474
description: There is a merge conflict
7575
color: "261542"
7676

77-
- name: 🧪 Needs tests
78-
description: Unit testing is needed
79-
color: "c23675"
80-
8177
- name: 🍰 Nice to have
8278
description: Unintended behavior, but useful
8379
color: "c5def5"
@@ -94,10 +90,6 @@
9490
description: Security or privacy concern
9591
color: "b60205"
9692

97-
- name: 🧪 Tests
98-
description: Improvements or additions to unit tests
99-
color: "9f2d60"
100-
10193
- name: ⚙️ Unreproducible
10294
description: The bug cannot be reproduced
10395
color: "808080"

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)