You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,26 @@ We want everyone to feel welcome to contribute. We encourage respectful exchange
6
6
7
7
There are a number of ways you can contribute to `bootstrap_form`:
8
8
9
-
- Fix a bug or add a new feature
10
-
- Add to the documentation
11
-
- Review pull requests
9
+
- Test pre-release versions of the gem, by using the `main` branch.
10
+
- Fix a bug or add a new feature.
11
+
- Add to the documentation.
12
+
- Review pull requests.
13
+
14
+
## Testing
15
+
16
+
`bootstrap_form` has an extensive automated test suite. But there are a multitude of combinations of use cases for this gem. It's impossible to cover all the combinations.
17
+
18
+
You can help us test by using the `main` branch from GitHub, rather than a released version of the gem. To do so, replace the `bootstrap_form` line in your `Gemfile` with:
If you run into problems, you can always switch back to the released version of `bootstrap_form` from your provider of gems. Please [raise an issue](https://github.com/bootstrap-ruby/bootstrap_form/issues/new/choose) if you think you found a problem.
27
+
28
+
And a big thank-you for helping us test `bootstrap_form`.
0 commit comments