Skip to content
Snippets Groups Projects
Commit b3b934e6 authored by Kristina Mazur's avatar Kristina Mazur
Browse files

Merge branch 'develop' into documentation/gitlab-workflow

parents 9346a328 e3c88596
No related branches found
No related tags found
1 merge request!9Documentation/gitlab workflow
Pipeline #1570879 waiting for manual action
Showing
with 822 additions and 35 deletions
......@@ -37,6 +37,12 @@ doxygen:
- cd ../../wing_design/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
- cd ../../empennage_design/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
- cd ../../ecological_assessment/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
- cd ../../cost_estimation/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
- cd ../../fuselage_design/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
- cd ../../initial_sizing/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
- cd ../../landing_gear_design/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
- cd ../../systems_design/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
- cd ../../tank_design/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
# create libraries documentation
- cd ../../libs/aircraftGeometry2/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
- cd ../../engine/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen -
......
## Summary
<!-- Title: Provide a concise and descriptive title for the issue incl. tool or library name -->
**Please choose an appropriate template to categorize your issue.**
## Choose Your Issue Template
Before creating an issue, please review existing issues to avoid duplicates!
ALso, select the **appropriate type for your issue in the desciption drop-down**.
- Bug Report Template
- Feature Request Template
- TODO Template
- Documentation Request Template
- Testing Request Template
(Summarize the issue concisely)
If not suitable, use the sections below and contact the owners.
- **Unicado Version**: vx.x.x
- **Page**: page-name
## Description
Provide a concise description of the issue.
## Additional information
(Paste any relevant information to further describe the issue)
/label ~"needs information"
## Additional Context
Add screenshots, logs, or relevant information here.
## Summary
(Summarize the todo concisely)
- **Page**: page-name
## Steps to do
- [ ] Add the steps you need to do.
/label ~"type::todo"
<!-- Title: Provide a concise and descriptive title for the issue incl. tool or library name -->
# Bug Report
## Description
Describe the bug clearly. What happened?
## Steps to Reproduce
1. [Step 1]
2. [Step 2]
3. [Step 3]
## Expected Behavior
Explain what you expected to see.
## Environment
- **OS**: [e.g., Windows 10]
- **Version/Branch**: [e.g., v1.2.3]
## Additional Context
Attach any logs, screenshots, or context.
/label ~"type::bug"
## Summary
<!-- Title: Provide a concise and descriptive title for the issue -->
# Documentation
(Explain what documentation is missing.)
## Summary
Explain what documentation is missing.
- **Unicado Version**: vx.x.x
- **Page**: page-to-change
## Further details
(Give further details why and how the documentation can be improved
if applicable.)
## Additional Context
Attach any logs, screenshots, or context.
/label ~"type::documentation"
<!-- Title: Provide a concise and descriptive title for the issue incl. tool or library name -->
# Feature Request
## Summary
What feature are you requesting?
## Why?
Explain the problem this feature solves or the value it adds.
## Acceptance Criteria
- [ ] Define measurable outcomes for success.
- [ ] List specific requirements.
## Additional Notes
Include references, examples, or diagrams if applicable.
/label ~"type::feature"
<!-- Title: Provide a concise and descriptive title for the issue incl. tool or library name -->
# Testing Issue
## Summary
Provide a brief overview of what should be tested or changed in the test process. Also think about what is the goal of this test? E.g.
- Verify that [feature/bug fix/module] works as expected.
- Ensure that [specific requirement] is met.
## Related Issues or Merge Requests
- Issue(s): #[Issue ID]
- Merge Request(s): #[Merge Request ID]
## Expected Results
- [Outcome 1]: [What should happen].
- [Outcome 2]: [Another expected result].
## Environment
- **OS**: [e.g., Windows 10]
- **Version/Branch**: [e.g., v1.2.3]
## Additional Context
Attach any logs, screenshots, or context.
/label ~"type::testing"
<!-- Title: Provide a concise and descriptive title for the issue incl. tool or library name -->
# TODO
## Summary
Briefly describe the task. Provide any background information or related issues.
## Subtasks
- [ ] Step 1
- [ ] Step 2
- [ ] Step 3
## Acceptance Criteria
- [ ] Define measurable outcomes for success.
- [ ] List specific requirements.
/label ~"type::todo"
## What does this MR do and why?
<!-- Title: Use an imperative, clear title (e.g., "Fix login bug" or "Add new analytics feature") -->
- **Page**: page-name
## Description
Provide a concise explanation of the changes made in this merge request.
(Describe in detail what your merge request does and why.
## Related Issue(s)
- Closes #[feature issues]
- Fixes #[bug report issue]
- Resolves #[any other issues]
Please keep this description updated with any discussion that takes place so
that reviewers can understand your intent. Keeping the description updated is
especially important if they didn't participate in the discussion.)
### Other Changes
- [Mention refactoring, tests, etc.]
%{first_multiline_commit}
## Screenshots/Logs
Attach screenshots or log outputs if applicable.
## How to set up and validate locally
## Testing Instructions
1. [Step 1: How to test]
2. [Step 2: Expected outcome]
3. [Step 3: Additional steps if required]
(Please provide instructions if your MR needs special commands or packages
to work which are not part of the standard Unicado Package.)
## Developer Checklist
- [ ] Code has been tested locally and/or in pipeline.
- [ ] (if applicable) documentation updated.
- [ ] (if applicable) impact of new dependencies reviewed and included in project.
- [ ] Merge conflicts resolved with the target branch.
## Additional Notes
Add any information reviewers should focus on, e.g., specific files, functions, or changes of interest.
# Repository-specific code ownership
* @unicado-consortium/tum @unicado-consortium/tuhh @unicado-consortium/tub-fmra
# File-specific code ownership
.gitattributes @Florian.Schueltke
.gitignore @Florian.Schueltke
.gitlab-ci.yml @maurice.zimmnau @kristina.mazur
CMakeLists.txt @Florian.Schueltke
CMakePresets.json @Florian.Schueltke
CODEOWNERS @Florian.Schueltke
LICENSE @Florian.Schueltke
README.md @Florian.Schueltke
LICENSE 0 → 100644
This diff is collapsed.
......@@ -46,6 +46,3 @@ date: yyyy-mm-dd
<Content goes here>
```
# Tools
The documentation page uses some custom tools to enable a seamless continuous documentation:
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment