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

Wrap most paragraphs to 80 columns #2396

Merged
merged 1 commit into from Aug 30, 2017
Merged

Wrap most paragraphs to 80 columns #2396

merged 1 commit into from Aug 30, 2017

Conversation

strk
Copy link
Member

@strk strk commented Aug 25, 2017

Reduces patches size and makes them more readable

I think it should be done for all text files, only not
doing it yet here because I know of at least another
open PR that modifies CONTRIBUTING.md (and is hard to
review due to the loooong single-line being changed)

See https://github.com/go-gitea/gitea/pull/2394/files

Reduces patches size and makes them more readable
@bkcsoft
Copy link
Member

bkcsoft commented Aug 27, 2017

LGTM. And Agreed

@tboerger tboerger added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Aug 27, 2017
@sapk
Copy link
Member

sapk commented Aug 27, 2017

Github offer rendered diff that display diff of the rendered mardown that is more strict on what is changed. For example for this PR has No visible changes here. : https://github.com/go-gitea/gitea/pull/2396/files?short_path=04c6e90#diff-04c6e90faac2675aa89e2176d2eec7d8

Otherwise LGTM.

@tboerger tboerger added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Aug 27, 2017
@@ -19,7 +19,16 @@

## Purpose

The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. Using Go, this can be done with an independent binary distribution across **all platforms** which Go supports, including Linux, macOS, and Windows on x86, amd64, ARM and PowerPC architectures. Want to try it before doing anything else? Do it [with the online demo](https://try.gitea.io/)! This project has been [forked](https://blog.gitea.io/2016/12/welcome-to-gitea/) from [Gogs](https://gogs.io).
The goal of this project is to make the easiest, fastest, and most
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we have discussed this many times. I don't think this is a good idea.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lunny Any reason why we should not do it? From my point of view we allow people to review using git diff and in GitHub nothing would change.

@strk
Copy link
Member Author

strk commented Aug 28, 2017 via email

@lunny
Copy link
Member

lunny commented Aug 29, 2017

@strk Our policy is no need changed. A PR should have at least 2 LGTM for mergable. But that don't mean 2 LGTM PRs have to be merged. Even if there are 2 LGTM, if someone has different opinion, it should be discussed more.

on x86, amd64, ARM and PowerPC architectures.
Want to try it before doing anything else?
Do it [with the online demo](https://try.gitea.io/)!
This project has been
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the below 3 lines will be very strange after rendered.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lunny
Copy link
Member

lunny commented Aug 29, 2017

This is a story between diffable and readable. 80 means characters before rendering or after?

@strk
Copy link
Member Author

strk commented Aug 29, 2017 via email

@lunny lunny added this to the 1.3.0 milestone Aug 30, 2017
@lunny lunny added the type/docs This PR mainly updates/creates documentation label Aug 30, 2017
@lunny lunny merged commit edc817a into go-gitea:master Aug 30, 2017
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/docs This PR mainly updates/creates documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants