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

DFSDsc: Updated LICENSE file to match the Microsoft Open Source Team standard. #80

Merged
merged 8 commits into from
Nov 3, 2018

Conversation

timhaintz
Copy link
Contributor

@timhaintz timhaintz commented Oct 31, 2018

Pull Request (PR) description

In new repositories that are created by the Microsoft Open Source Team, the LICENSE file does not contain the year in the copyright "header".

This Pull Request (PR) fixes the following issues

- Fixes #79 

Task list

  • Added an entry under the Unreleased section of the change log in the CHANGELOG.md.
    Entry should say what was changed, and how that affects users (if applicable).
  • Resource documentation added/updated in README.md in the resource folder.
  • Resource parameter descriptions added/updated in schema.mof
    and comment-based help.
  • Comment-based help added/updated.
  • Localization strings added/updated in all localization files as appropriate.
  • Examples appropriately added/updated.
  • Unit tests added/updated. See DSC Resource Testing Guidelines.
  • Integration tests added/updated (where possible). See DSC Resource Testing Guidelines.
  • New/changed code adheres to DSC Resource Style Guidelines and Best Practices.

This change is Reviewable

Copy link
Member

@PlagueHO PlagueHO left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @timhaintz)


CHANGELOG.md, line 11 at r1 (raw file):

  if opt-in.
- Added .VSCode settings for applying DSC PSSA rules - fixes [Issue #75](https://github.com/PowerShell/DfsDsc/issues/75).
- Updated LICENSE file to match the Microsoft Open Source Team standard.

Can you replace the full stop with a - and make the "Fixes" lower case 'f' (see the line above).

@timhaintz
Copy link
Contributor Author

timhaintz commented Nov 2, 2018

Thanks @PlagueHO I was wary of the 80 character limit on the AppVeyor tests from the other Repos. Have now updated. 👍

Copy link
Contributor Author

@timhaintz timhaintz left a comment

Choose a reason for hiding this comment

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

Reviewable status: 1 of 2 files reviewed, 1 unresolved discussion (waiting on @PlagueHO)


CHANGELOG.md, line 11 at r1 (raw file):

Previously, PlagueHO (Daniel Scott-Raynsford) wrote…

Can you replace the full stop with a - and make the "Fixes" lower case 'f' (see the line above).

No worries. Updated and just pushed.

@codecov-io
Copy link

Codecov Report

Merging #80 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev    #80   +/-   ##
===================================
  Coverage    95%    95%           
===================================
  Files         8      8           
  Lines      1064   1064           
===================================
  Hits       1014   1014           
  Misses       50     50

Copy link
Member

@PlagueHO PlagueHO left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r2.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@PlagueHO
Copy link
Member

PlagueHO commented Nov 2, 2018

Hi @timhaintz - the test is failing because the new CHANGELOG.MD line is too long! 😢

@timhaintz
Copy link
Contributor Author

Hehe, did you want -fixes on the next line or [Issues#] ?

@PlagueHO
Copy link
Member

PlagueHO commented Nov 2, 2018

You can't begin a new line with - otherwise MD thinks it is a new bullet point. So you'll want to do:

- Updated LICENSE file to match the Microsoft Open Source Team
  standard - fixes [Issue #79](https://github.com/PowerShell/DFSDsc/issues/79)

@timhaintz
Copy link
Contributor Author

Just pushed it slightly differently..... sorry.....
Have to head out for 30 minutes. I can update it to as you asked above when I get back.
Thanks.

Copy link
Member

@PlagueHO PlagueHO left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r4.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @timhaintz)


CHANGELOG.md, line 12 at r4 (raw file):

- Added .VSCode settings for applying DSC PSSA rules - fixes [Issue #75](https://github.com/PowerShell/DfsDsc/issues/75).
- Updated LICENSE file to match the Microsoft Open Source Team
standard - fixes [Issue #79](https://github.com/PowerShell/DFSDsc/issues/79)

Almost there 😁 need to prepend the line with 2 spaces - otherwise MD thinks this is not part of the previous bullet.

@timhaintz
Copy link
Contributor Author

THANK YOU! I thought I was all over markdown.... always learning. KAIZEN! Should be good now..... Thanks for your patience.

Copy link
Member

@PlagueHO PlagueHO left a comment

Choose a reason for hiding this comment

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

Awesome! Thanks @timhaintz! Love continuous learning 😁

Reviewed 1 of 1 files at r5.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Member

@PlagueHO PlagueHO left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

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.

3 participants