File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ to improvement at any time. Also see the :doc:`FCCI Tech
133133 procedures/job-descriptions
134134 procedures/units-info
135135 procedures/advisory-board
136+ procedures/template-projects
136137 history
137138 reports/2022
138139 reports/2023
Original file line number Diff line number Diff line change 1+ Template projects
2+ =================
3+
4+ This page lists representative example projects which can be used as
5+ templates for other projects. For example: copy-paste Github Action
6+ for releasing a Python package to PyPI.
7+
8+ Requirements:
9+
10+ - The best demonstration of something(s) which others are likely to
11+ need to reproduce in other projects (make it clear what those things
12+ are - not everything needs to be perfect).
13+ - Try to make it clear if it's an overall template project, or has one
14+ part that is the best demonstration that should be copied.
15+ - License which allows unlimited copying (CC-0 for the template parts
16+ recommended, though not required for the whole project).
17+
18+
19+
20+ Python
21+ ------
22+
23+
24+ Web dev
25+ -------
26+
27+
28+ HPC cluster
29+ -----------
You can’t perform that action at this time.
0 commit comments