Closed
Description
A selection of small usability improvements
- "Select a profile"
- How to proceed?
Press Enter to proceed
(probably in copier itself)
- How to proceed?
- "Select code quality features"
<a> to toggle
toggle what? It should probably be<a> to toggle all
(probably in copier itself)- How to proceed?
Press Enter to proceed
(probably in copier itself)
.gitignore
- change
.swp
to*.swp
- more entries are probably needed, check https://github.com/github/gitignore/blob/main/Python.gitignore for inspiration
- change
next_steps.md
git remote add origin git@github.com:/test_package
is missing the org? (validation step needed)- Same for "Check automatically generated issues"
- "Push the initial commit to a new repo on GitHub"
- Links have double
//
- Links have double
project_setup.md
- Lots of unnecessary whitespace/newlines
- "Package version number"
- The package version is not in a single place (
pyproject.toml
), it is also present insrc/test_package/__init__.py
Is this both bumped? Needs quick testing.
- The package version is not in a single place (
MANIFEST.in
andNOTICE
could use more context, what is it good for?
NOTICE
has no contributors (validation step needed)README.md
- Has no title /
h1
header - Extra empty lines
- Has no title /
- "What is the email address cor code of conduct?" (typo and double-space)
- Not selecting "docs" or "github actions" still creates all the folders (apparently not implemented yet)
- Validation step needed for empty "full name"
- Are more than two keywords allowed?
keyword1
,keyword2
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
PabRod commentedon Aug 27, 2024
After trying this for creating a fresh new project with the
Let me choose
option, these are my user experience comments:a to toggle
-->a to toggle all
ortoggle all
i to invert
-->i to invert selection
orinvert selection
PabRod commentedon Aug 27, 2024
Tried again, now with existing code:
README.md
was smashed. Consider appending/prepending the new readme lines to the existing one, without deleting anything..gitignore
fdiblen commentedon Aug 27, 2024
@PabRod: Thanks for these suggestions.
Navigation and shortcuts are handled by copier itself. We have no control of changing it so we cannot implement these suggestings.
Merging and conflict handling are also managed by copier.
fdiblen commentedon Aug 27, 2024
I have created an issue about code of conduct email here: #604
fdiblen commentedon Aug 27, 2024
@OleMussmann: Thank you so much for the feedback! I have created several issues based on your feedback.