Skip to content

Commit

Permalink
Merge branch 'master' into api-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Jun 9, 2022
2 parents b5af258 + 3aab0ea commit 7a31822
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Report a bug
description: |
Create a bug report to help us improve Zenoh.
title: "[Bug] "
labels: ["bug"]
body:
- type: textarea
id: summary
attributes:
label: "Describe the bug"
description: |
A clear and concise description of the expected behaviour and what the bug is.
placeholder: |
E.g. zenoh peers can not automatically establish a connection.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To reproduce
description: "Steps to reproduce the behavior:"
placeholder: |
1. Start a subscriber "..."
2. Start a publisher "...."
3. See error
validations:
required: true
- type: textarea
id: system
attributes:
label: System info
description: "Please complete the following information:"
placeholder: |
- Platform: [e.g. Ubuntu 20.04 64-bit]
- CPU [e.g. AMD Ryzen 3800X]
- Zenoh version/commit [e.g. 6f172ea985d42d20d423a192a2d0d46bb0ce0d11]
validations:
required: true
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/eclipse-zenoh/roadmap/discussions/categories/zenoh
about: Open to the Zenoh community. Share your feedback with the Zenoh team.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Request a feature
description: |
Suggest a new feature specific to this repository. NOTE: for generic Zenoh ideas use "Ask a question".
body:
- type: markdown
attributes:
value: |
**Guidelines for a good issue**
*Is your feature request related to a problem?*
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
*Describe the solution you'd like*
A clear and concise description of what you want to happen.
*Describe alternatives you've considered*
A clear and concise description of any alternative solutions or features you've considered.
*Additional context*
Add any other context about the feature request here.
- type: textarea
id: feature
attributes:
label: "Describe the feature"
validations:
required: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
[Eclipse zenoh](http://zenoh.io) is an extremely efficient and fault-tolerant [Named Data Networking](http://named-data.net) (NDN) protocol
that is able to scale down to extremely constrainded devices and networks.

Check the website [zenoh.io](http://zenoh.io) and the [roadmap](https://github.com/eclipse-zenoh/roadmap) for more detailed information.

-------------------------------
## How to build it

Expand Down

0 comments on commit 7a31822

Please sign in to comment.