Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update documentation #203

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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…

Expand All @@ -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
Expand All @@ -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

Expand All @@ -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

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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])
Loading