Line endings normalization
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 548
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Because of issues encountered when contributing to the project (since I'm a Windows user), I dedicated to normalize line endings in order to avoid issues, especially with the Spotless Gradle plugin.
Details are available in this PR.
The created PRs:
- https://github.com/Incendo/cloud/pull/786
- https://github.com/Incendo/cloud-minecraft/pull/105
- https://github.com/Incendo/cloud-minecraft-modded/pull/76
- https://github.com/Incendo/cloud-discord/pull/90
- https://github.com/Incendo/cloud-spring/pull/33
- https://github.com/Incendo/cloud-processors/pull/49
- https://github.com/Incendo/cloud-translations/pull/47
- https://github.com/Incendo/cloud-cli/pull/3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading PR #786 and the linked related PRs, which contain the implementation details for line-ending normalization across the project. Compare the repository files and Spotless Gradle plugin behavior; done means the project uses consistent line endings and Windows contributors no longer encounter the reported Spotless issues.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100