This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new 0613f580 update documentation
0613f580 is described below
commit 0613f580ebbeeb7b1babc91eb001c613d3d4ed46
Author: Paul King <[email protected]>
AuthorDate: Thu Nov 14 10:26:50 2024 +1000
update documentation
---
CONTRIBUTING.md | 16 ++++++++++------
README.md | 8 ++++++--
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b486759a..cc920954 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,7 +16,7 @@ For example to run all the automated tests and quality checks
for the entire pro
## IDE import
-The project is setup to work with IntelliJ IDEA, simply import it using the
native IntelliJ IDEA import for Gradle projects.
+The project is set up to work with IntelliJ IDEA, simply import it using the
native IntelliJ IDEA import for Gradle projects.
If you use a different IDE or editor you're on your own.
@@ -54,7 +54,7 @@ You will then find the compiled HTML in the directory
`doc/manual/build/apiDoc`
## Contributing features/patches
-The source code for all of the modules is contained in the `module/` directory.
+The source code for all the modules is contained in the `module/` directory.
To run the tests and quality checks after making your change to a module, you
can run…
@@ -70,7 +70,7 @@ Please remember to include relevant updates to the manual
with your changes.
## Coding style guidelines
-The following are some general guide lines to observe when contributing code:
+The following are some general guidelines to observe when contributing code:
1. All source files must have the appropriate ASLv2 license header
1. All source files use an indent of 4 spaces
@@ -82,7 +82,7 @@ The build processes checks that most of the above conditions
have been met.
## Code changes
Code can be submitted via GitHub pull requests.
-When a pull request is send it triggers a CI build to verify the the test and
quality checks still pass.
+When a pull request is send it triggers a CI build to verify the test and
quality checks still pass.
## Proposing new features
@@ -92,11 +92,15 @@ This is to avoid you spending your valuable time working on
a feature that the p
## Fixing bugs
If you would like to fix a bug, please [raise an
issue](https://github.com/geb/issues/issues) before sending a pull request so
it can be discussed.
-If the fix is trivial or non controversial then this is not usually necessary.
+If the fix is trivial or non-controversial then this is not usually necessary.
## Development Mailing List
-If you want to do some work on Geb and want some help, you can join the
`[email protected]` mailing list via [Google
Groups](https://groups.google.com/d/forum/geb-dev).
+If you want to do some work on Geb and want some help,
+you can join the `[email protected]` mailing list:
+[Browse](https://lists.apache.org/[email protected])
+[Subscribe](mailto:[email protected])
+[Unsubscribe](mailto:[email protected])
## Licensing and attribution
diff --git a/README.md b/README.md
index 5eb19d29..752a9dbd 100644
--- a/README.md
+++ b/README.md
@@ -12,5 +12,9 @@ Please see
[CONTRIBUTING.md](https://github.com/geb/geb/blob/master/CONTRIBUTING
## Submitting issues
-If you'd like to submit an issue against Geb then please use [the issue
tracker for geb/issues GitHub project](https://github.com/geb/issues/issues).
-Please avoid submitting usage questions as issues and use [the user mailing
list](https://groups.google.com/forum/#!forum/geb-user) instead.
\ No newline at end of file
+If you'd like to submit an issue against Geb then please use the [Geb GitHub
issue tracker](https://github.com/apache/groovy-geb/issues).
+Please avoid submitting usage questions as issues
+and instead join and ask your question on the `[email protected]`
mailing list:
+[Browse](https://lists.apache.org/[email protected])
+[Subscribe]([email protected])
+[Unsubscribe]([email protected])