Skip to content

Commit b1a6456

Browse files
committed
fix merge conflicts
2 parents 63800fe + 3ed9c6f commit b1a6456

1 file changed

Lines changed: 42 additions & 17 deletions

File tree

profiles.md

Lines changed: 42 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Template Profiles
2+
- package_name:
3+
- version:
4+
- template_profile:
5+
- minumum --> DONE
6+
- recommeded --> all questions - excluded with the defaults
7+
- optional --> all questions with answers off
28

9+
- github_organization:
10+
- full_name:
11+
- email:
12+
- copyright_holder:
13+
- licence (exist)
14+
15+
- community:
16+
- code of conduct --> if TRUE ask for email
17+
- contributing guidelines
18+
19+
- documentation
20+
- developer documentation
21+
- online documentation (read the docs)
22+
- project_setup.md
23+
24+
- code quality:
25+
- sonarcloud
26+
- ruff and lint workflow
27+
- github action to build (exist) #451
28+
- pre-commit
29+
- .editorconfig
30+
31+
- publishing and release
32+
- zenodo
33+
- keywords
34+
- changelog.md
35+
- cffconvert workflow and citation file
36+
37+
- markdown link checker workflow
338

439
## Minimum
540

@@ -9,21 +44,11 @@
944
- pyproject.toml
1045
- README.md
1146
- .gitignore
12-
- .editorconfig
13-
14-
15-
## Questions
16-
- licence (exist)
17-
- github action (added by #451)
18-
- Pre-commit
19-
- cffconvert workflow and citation file (added by #458)
20-
- markdown link checker workflow
21-
- static analysis
22-
- next steps workflow
23-
- changelog
24-
- code of conduct
25-
- contributing guidelines
26-
- notice and manifest file
27-
- developer documentation
28-
- online documentation (read the docs)
47+
- MANIFEST.in
48+
- LICENCE
2949

50+
## Questions to exclude from recommended
51+
- Link checker
52+
- pre-commit
53+
- changelog.md
54+
- project_setup.md

0 commit comments

Comments
 (0)