Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix bug in Dockerfile for python #22

Closed
wants to merge 2 commits into from
Closed
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
104 changes: 52 additions & 52 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
<!--
Thanks for submitting an issue. Please fill the template below,
otherwise we will not be able to process this issue.
-->

#### Summary
<!-- Summarize the issue in a few sentences: -->

...

#### Steps to Reproduce
<!-- How can we reproduce the problem? How should the feature work? -->

1. ...
2. ...
3. ...

<!--
Please upload relevant configuration (as .txt).
If you use the command "ttn-lw-stack config", you can redact sensitive config.
-->

#### What is already there? What do you see now?
<!--
Please paste terminal output, upload logs (as .txt) or upload screenshots.
Describe or link to related APIs, screen designs, packages, etc.
-->

...

#### What is missing? What do you want to see?
<!-- Please add some examples or mock-ups if applicable. -->

...

#### Environment
<!--
Your environment: OS/Browser/Gateway/Device/...? Versions? IDs/EUIs?
Paste the output of "ttn-lw-cli version" or "ttn-lw-stack version" if applicable.
-->

...

#### How do you propose to implement this?
<!-- Please think about how this could be implemented. -->

...

#### Can you do this yourself and submit a Pull Request?
<!-- You can also @mention experts if you need help with this. -->

...
<!--
Thanks for submitting an issue. Please fill the template below,
otherwise we will not be able to process this issue.
-->
#### Summary
<!-- Summarize the issue in a few sentences: -->
...
#### Steps to Reproduce
<!-- How can we reproduce the problem? How should the feature work? -->
1. ...
2. ...
3. ...
<!--
Please upload relevant configuration (as .txt).
If you use the command "ttn-lw-stack config", you can redact sensitive config.
-->
#### What is already there? What do you see now?
<!--
Please paste terminal output, upload logs (as .txt) or upload screenshots.
Describe or link to related APIs, screen designs, packages, etc.
-->
...
#### What is missing? What do you want to see?
<!-- Please add some examples or mock-ups if applicable. -->
...
#### Environment
<!--
Your environment: OS/Browser/Gateway/Device/...? Versions? IDs/EUIs?
Paste the output of "ttn-lw-cli version" or "ttn-lw-stack version" if applicable.
-->
...
#### How do you propose to implement this?
<!-- Please think about how this could be implemented. -->
...
#### Can you do this yourself and submit a Pull Request?
<!-- You can also @mention experts if you need help with this. -->
...
112 changes: 56 additions & 56 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
---
name: Bug report
about: Create a report to help us improve

---
<!--
Thanks for submitting a bug report. Please fill the template below,
otherwise we will not be able to process this bug report.
-->

#### Summary
<!-- Summarize the problem in a few sentences: -->

...

#### Steps to Reproduce
<!-- How can we reproduce the problem? -->

1. ...
2. ...
3. ...

<!--
Please upload relevant configuration (as .txt).
If you use the command "ttn-lw-stack config", you can redact sensitive config.
-->

#### What do you see now?
<!--
Please paste terminal output, upload logs (as .txt) or upload screenshots.
-->

...

#### What do you want to see instead?
<!-- Please add some examples or mock-ups if applicable. -->

...

#### Environment
<!--
Your environment: OS/Browser/Gateway/Device/...? Versions? IDs/EUIs?
Paste the output of "ttn-lw-cli version" or "ttn-lw-stack version" if applicable.
-->

...

#### How do you propose to implement this?
<!-- Please think about how this could be fixed. -->

...

#### Can you do this yourself and submit a Pull Request?
<!-- You can also @mention experts if you need help with this. -->

...
---
name: Bug report
about: Create a report to help us improve
---
<!--
Thanks for submitting a bug report. Please fill the template below,
otherwise we will not be able to process this bug report.
-->
#### Summary
<!-- Summarize the problem in a few sentences: -->
...
#### Steps to Reproduce
<!-- How can we reproduce the problem? -->
1. ...
2. ...
3. ...
<!--
Please upload relevant configuration (as .txt).
If you use the command "ttn-lw-stack config", you can redact sensitive config.
-->
#### What do you see now?
<!--
Please paste terminal output, upload logs (as .txt) or upload screenshots.
-->
...
#### What do you want to see instead?
<!-- Please add some examples or mock-ups if applicable. -->
...
#### Environment
<!--
Your environment: OS/Browser/Gateway/Device/...? Versions? IDs/EUIs?
Paste the output of "ttn-lw-cli version" or "ttn-lw-stack version" if applicable.
-->
...
#### How do you propose to implement this?
<!-- Please think about how this could be fixed. -->
...
#### Can you do this yourself and submit a Pull Request?
<!-- You can also @mention experts if you need help with this. -->
...
100 changes: 50 additions & 50 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
---
name: Feature request
about: Suggest an idea for this project

---
<!--
Thanks for submitting a feature request. Please fill the template below,
otherwise we will not be able to process this feature request.
-->

#### Summary
<!-- Summarize the feature in a few sentences: -->

...

#### Why do we need this?
<!-- Please explain the motivation, how it will be used, etc. -->

...

#### What is already there? What do you see now?
<!--
Please paste terminal output, upload logs (as .txt) or upload screenshots.
Describe or link to related APIs, screen designs, packages, etc.
-->

...

#### What is missing? What do you want to see?
<!-- Please add some examples or mock-ups if applicable -->

...

#### Environment
<!--
Your environment: OS/Browser/Gateway/Device/...? Versions? IDs/EUIs?
Paste the output of "ttn-lw-cli version" or "ttn-lw-stack version" if applicable.
-->

...

#### How do you propose to implement this?
<!-- Please think about how this could be fixed. -->

...

#### Can you do this yourself and submit a Pull Request?
<!-- You can also @mention experts if you need help with this. -->

...
---
name: Feature request
about: Suggest an idea for this project
---
<!--
Thanks for submitting a feature request. Please fill the template below,
otherwise we will not be able to process this feature request.
-->
#### Summary
<!-- Summarize the feature in a few sentences: -->
...
#### Why do we need this?
<!-- Please explain the motivation, how it will be used, etc. -->
...
#### What is already there? What do you see now?
<!--
Please paste terminal output, upload logs (as .txt) or upload screenshots.
Describe or link to related APIs, screen designs, packages, etc.
-->
...
#### What is missing? What do you want to see?
<!-- Please add some examples or mock-ups if applicable -->
...
#### Environment
<!--
Your environment: OS/Browser/Gateway/Device/...? Versions? IDs/EUIs?
Paste the output of "ttn-lw-cli version" or "ttn-lw-stack version" if applicable.
-->
...
#### How do you propose to implement this?
<!-- Please think about how this could be fixed. -->
...
#### Can you do this yourself and submit a Pull Request?
<!-- You can also @mention experts if you need help with this. -->
...
Loading