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

Edit some project files #262

Merged
merged 8 commits into from
Feb 9, 2023
Merged

Edit some project files #262

merged 8 commits into from
Feb 9, 2023

Conversation

chykon
Copy link
Contributor

@chykon chykon commented Feb 9, 2023

Description & Motivation

The following changes have been made:

  • Changed LICENSE text to template so the license is now automatically recognized GitHub. The dates have also been updated.
  • The order of the fields in pubspec.yaml has been changed to match that specified in documentation.
  • In the .gitignore file:
    • the pubspec.lock rule has been moved to the ...created by pub group;
    • tmp* changed to tmp_test/ because after Rework script "run_coverage" #173 the tmp_coverage/ directory is no longer created in the project root;
    • added explicit extension or directory pointers for .vcd and .vscode/.
  • security.md renamed to SECURITY.md to match the standard convention (like LICENSE, README.md, etc.).
  • Removal of extra spaces and other small changes.

Related Issue(s)

No.

Testing

Testing is not required.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No.

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

No.

LICENSE Show resolved Hide resolved
Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

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

Looks great, thank you!

I'll be implementing similar changes over in https://github.com/intel/rohd-vf and https://github.com/intel/rohd-cosim

@mkorbel1 mkorbel1 merged commit 0d389cc into intel:main Feb 9, 2023
@chykon chykon deleted the fix-files branch February 12, 2023 08:14
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.

2 participants