-
Notifications
You must be signed in to change notification settings - Fork 300
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
Rename solution, readme and icon files #485
Open
Nirmal4G
wants to merge
1
commit into
CommunityToolkit:main
Choose a base branch
from
Nirmal4G:repo/rename-files
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These changes are separated from #85, which is becoming too big with the recent refactors. So, I'm extracting some of the changes into separate PRs. |
Nirmal4G
force-pushed
the
repo/rename-files
branch
from
October 28, 2022 03:04
a6244bf
to
5ff470b
Compare
Updated in response to #486 |
Sergio0694
requested changes
Oct 29, 2022
Nirmal4G
force-pushed
the
repo/rename-files
branch
from
October 29, 2022 16:17
5ff470b
to
048e61d
Compare
Nirmal4G
force-pushed
the
repo/rename-files
branch
from
November 16, 2022 06:12
048e61d
to
4d0657b
Compare
Nirmal4G
force-pushed
the
repo/rename-files
branch
3 times, most recently
from
November 24, 2022 07:10
9789e27
to
e282adb
Compare
Nirmal4G
force-pushed
the
repo/rename-files
branch
from
November 24, 2022 13:12
e282adb
to
267a1c5
Compare
Nirmal4G
force-pushed
the
repo/rename-files
branch
2 times, most recently
from
January 13, 2023 05:04
b42295b
to
d86dca8
Compare
New Changes since last ReviewRename
|
Nirmal4G
force-pushed
the
repo/rename-files
branch
2 times, most recently
from
January 13, 2023 14:56
fee6d8a
to
4071789
Compare
Nirmal4G
force-pushed
the
repo/rename-files
branch
from
January 14, 2023 05:36
4071789
to
a67224a
Compare
- Rename `build` folder to `eng`: - This is a standard build infra directory used in official dotnet projects. - Rename NuGet Icon to `Icon.png`: - This is no longer used as a public reference point for NuGet icon URL. - Also, Icon URL is deprecated. Hence, it's safe to change. - Normalize casing for `ReadMe.md`: - Repository information files such as ReadMe, License, etc... are only UPPER_CASE if they are without an extension. With extension, the casing becomes PascalCase or Kebab-Case. The primary reason is attention to the presentation of file names. - Do Kebab-Case when a phrase is presented. E.g., `Code-of-Conduct.md`. - Rename solution file to `CommunityToolkit.sln`: - The `dotnet` seems implied and also doesn't stand-out in the file list because of the lower casing and `d` char. - Spaces are a main issue when doing automation (_like using `*.sln` in build scripts and in URLs it adds `%20`_). - Move `toolkit.snk` file to `eng` sub-directory. - Remove un-needed and deleted files from solution. - Update Git Ignore entries to latest from upstream. - Indent text in `ThirdPartyNotices.txt` with spaces instead.
Nirmal4G
force-pushed
the
repo/rename-files
branch
from
January 20, 2023 05:37
a67224a
to
e58781e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Rename
build
folder toeng
:eng
folder is done early here to get thebuild
folder used for common output paths.Rename NuGet Icon to
Icon.png
:Normalize casing for
ReadMe.md
:if they are without an extension. With extension, the casing becomes PascalCase
or Kebab-Case. The primary reason is attention to the presentation of file names.
Code-of-Conduct.md
.Rename solution file to
CommunityToolkit.sln
:dotnet
seems implied and also doesn't stand out in the file list because of the lower casing andd
char.*.sln
in build scripts and in URLs it adds%20
).Misc Changes
toolkit.snk
file tobuild
sub-directory.ThirdPartyNotices.txt
with spaces instead.PR Checklist
Other information
Default to pull request title and description
in the Repository Pull Request settings to have a better commit message instead ofMerge pull request #xxxx from repo/branch
generic message.