Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add a bug report template and .gitignore #44

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] - title of the issue"
labels: bug
assignees: ''

---

# Describe the bug
A clear and concise description of what the bug is. Remember to try to reproduce your bug with the latest version of the _dev_ branch, the problem may already have been solved.

# To Reproduce
Steps to reproduce the behavior:
for example:
1. use function XXX
2. insert this argument
3. See error

**IMPORTANT**
If you failed to convert a specific geometry, please isolate the geometry features producing the bug (ideally a single body), save it as a STEP file and attach it to this issue. Include also all the files used in the conversion as well as the GEOUNED version used.

# Expected behavior
A clear and concise description of what you expected to happen.

# Error message
If applicable, include the error message displayed in the console: strange type of surface, unexpected exit, python
exception…

# Screenshots
If applicable, add screenshots to help explain your problem.

# Please complete the following information):
- OS: [e.g. Linux or Windows]
- F4Enix version
- Python version

# Additional context
Add any other context about the problem here.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.vscode
**/__pycache__
.coverage
htmlcov/*
docs/source/_build/**
docs/build/**
docs/source/_autosummary/*
docs/jupyter_execute
.pytest_cache/**
build/