-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add changelog & contributing docs #32
Labels
Comments
http://keepachangelog.com has good guidelines on changelogs. |
Open
How about creating an .editorconfig file? Editorconfig is cross-platform and cross-editor. |
sum01
added a commit
to sum01/vcash
that referenced
this issue
Feb 6, 2018
Just set to the style already used in the code, 4 spaces. Ref openvcash#32 I left remove trailing whitespace commented out since there's an insane ammount of trailing whitespace in the source code. Any small edits were causing big diffs that removed the whitespace. TODO: uncomment and remove all trailing whitespace across the codebase.
sum01
added a commit
to sum01/vcash
that referenced
this issue
Feb 6, 2018
Just set to the style already used in the code, 4 spaces. Ref openvcash#32 I left remove trailing whitespace commented out since there's an insane ammount of trailing whitespace in the source code. Any small edits were causing big diffs that removed the whitespace. TODO: uncomment and remove all trailing whitespace across the codebase.
sum01
added a commit
that referenced
this issue
Feb 6, 2018
Just set to the style already used in the code, 4 spaces. Ref #32 I left remove trailing whitespace commented out since there's an insane ammount of trailing whitespace in the source code. Any small edits were causing big diffs that removed the whitespace. TODO: uncomment and remove all trailing whitespace across the codebase.
sum01
added a commit
that referenced
this issue
Feb 7, 2018
Just set to the style already used in the code, 4 spaces. Ref #32 I left remove trailing whitespace commented out since there's an insane ammount of trailing whitespace in the source code. Any small edits were causing big diffs that removed the whitespace. TODO: uncomment and remove all trailing whitespace across the codebase.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should consider making a
CHANGELOG.md
andCONTRIBUTING.md
. The changelog should be easy, as we can fill it will all the news posts from the site. I might push that myself sometime soon.The contributing.md should have stylistic standards for everyone who submits code to go by, such as using XYZ beautifier, with X spaces (or tabs, whatever), and explain the preferred git workflow. @xCoreDev might need to make some of those decisions, since he's done the majority of the C++ stuff.
But if it's up to vote, mine goes to the uncrustify beautifier, and tabs with tabsize 2 😄
The text was updated successfully, but these errors were encountered: