Skip to content

Commit

Permalink
Merge pull request #927 from jdaugherty/7.0.x
Browse files Browse the repository at this point in the history
Update the contributing section to point to the website / github for details
  • Loading branch information
jdaugherty authored Dec 11, 2024
2 parents eb2a06e + 182f55e commit 471a1ea
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 278 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Grails User/Reference Guide

This is the project for generating the [Grails user & reference guide][Grails Documentation] that explains how to build applications with the [Grails][Grails] framework.

For contributing to grails docs look at [Building/Contributing to Grails Documentation][Contributing].
For contributing to grails docs look at the [Contribution Guide](https://github.com/grails/grails-core/blob/HEAD/CONTRIBUTING.md) on GitHub.

[Grails Documentation]: https://grails.org/doc/latest
[Grails]: https://grails.org
[Contributing]: https://grails.github.io/grails-doc/latest/guide/contributing.html#patchesDoc
2 changes: 1 addition & 1 deletion src/en/guide/contributing.adoc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Grails is an open source project with an active community and we rely heavily on that community to help make Grails better. As such, there are various ways in which people can contribute to Grails. One of these is by link:plugins.html[writing useful plugins] and making them publicly available. In this chapter, we'll look at some of the other options.
Grails is an open source project with an active community, and we rely heavily on that community to help make Grails better. For details on how to contribute or interact with the Grails Developers, please see the [Contributing to Grails](https://grails.org/contribute.html) page on the Grails website or the [Contribution Guide](https://github.com/grails/grails-core/blob/HEAD/CONTRIBUTING.md) on GitHub.
109 changes: 0 additions & 109 deletions src/en/guide/contributing/build.adoc

This file was deleted.

13 changes: 0 additions & 13 deletions src/en/guide/contributing/issues.adoc

This file was deleted.

85 changes: 0 additions & 85 deletions src/en/guide/contributing/patchesCore.adoc

This file was deleted.

44 changes: 0 additions & 44 deletions src/en/guide/contributing/patchesDoc.adoc

This file was deleted.

20 changes: 0 additions & 20 deletions src/en/guide/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1106,26 +1106,6 @@ include::deployment/deploymentTasks.adoc[]

include::contributing.adoc[]

[[issues]]
=== Report Issues in Github's issue tracker

include::contributing/issues.adoc[]

[[build]]
=== Build From Source and Run Tests

include::contributing/build.adoc[]

[[patchesCore]]
=== Submit Patches to Grails Core

include::contributing/patchesCore.adoc[]

[[patchesDoc]]
=== Submit Patches to Grails Documentation

include::contributing/patchesDoc.adoc[]

[[reference]]
== Reference

Expand Down
4 changes: 0 additions & 4 deletions src/en/guide/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,3 @@ deployment:
deploymentTasks: Deployment Configuration Tasks
contributing:
title: Contributing to Grails
issues: Report Issues in Github's issue tracker
build: Build From Source and Run Tests
patchesCore: Submit Patches to Grails Core
patchesDoc: Submit Patches to Grails Documentation

0 comments on commit 471a1ea

Please sign in to comment.