Skip to content

Conversation

@hctrdev
Copy link
Collaborator

@hctrdev hctrdev commented Jun 14, 2020

Description

Remove the coding conventions section from the Contributing file and move them to the project wiki.

Remove the coding conventions section from the Contributing file and move them to the project wiki.
@hctrdev hctrdev requested a review from ColmBhandal June 14, 2020 20:48
@hctrdev hctrdev changed the title #33: Move coding conventions to wiki Move coding conventions to wiki Jun 14, 2020
ilusi0n
ilusi0n previously approved these changes Jun 14, 2020
CONTRIBUTING.md Outdated
| Variable Naming | As far as possible, variables should be named so that the meaning of the variable can be inferred from the variable. name. You can always start coding with variables like `i` and `j` and then when it's time to commit your code, you can use your IDE to rename the variables to something more descriptive e.g. `rowIndex` and `columnIndex`.|

...More conventions will follow. Please be patient with us as we convert our coding experience to text...
You can find the latest coding conventions in the [wiki](https://github.com/ColmBhandal/CsharpExtras/wiki/Coding-Conventions).
Copy link
Owner

Choose a reason for hiding this comment

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

I would say something stronger here. E.g.

As part of our contributing guidelines, we recommend you check out our coding conventions. This will help streamline our process as we will be less likely to require minor changes on pull requests. Please check out the changes on our Wiki if this is your first time contributing to the repo: [LINK]

Copy link
Owner

@ColmBhandal ColmBhandal left a comment

Choose a reason for hiding this comment

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

See my comment

Update the Contributing file with stronger wording around where to find the coding conventions.
@hctrdev hctrdev merged commit 17fd799 into master Jun 15, 2020
@hctrdev hctrdev deleted the 33-add-coding-conventions-wiki branch June 15, 2020 10:10
@hctrdev hctrdev linked an issue Jun 15, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding Coding Conventions Wiki

4 participants