8000 Update ISSUE_TEMPLATE.md by sleto-it · Pull Request #7103 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Update ISSUE_TEMPLATE.md #7103

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

Merged
merged 2 commits into from
Dec 28, 2018
Merged
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
8 changes: 7 additions & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
## My Environment

* __ArangoDB Version__: <!-- e.g. 3.3.14 or self-compiled devel branch -->
* __ArangoDB Version__: <!-- e.g. 3.3.19 or self-compiled devel branch -->
* __Storage Engine__: <!-- MMFiles / RocksDB -->
* __Deployment Mode__: <!-- Single Server | Master/Slave | Active Failover | Cluster | DC2DC -->
* __Deployment Strategy__: <!-- Manual Start | Manual Start in Docker | ArangoDB Starter | ArangoDB Starter in Docker | Kubernetes | DCOS -->
* __Configuration__: <!-- cluster setup details, notable server settings, etc. -->
* __Infrastructure__: <!-- AWS | Azure | ... | own -->
* __Operating System__: <!-- Ubuntu 18.04 | Windows 10 | MacOS 10.13.4 | DCOS 1.10 | ... -->
* __Total RAM in your machine__: <!-- e.g. 32Gb. If more machines are in use, provide info for each of your machines -->
* __Disks in use__: <!-- SSD | HDD. If more machines are in use, provide info for each of your machines -->
* __Used Package__: <!-- Debian or Ubuntu .deb | SUSE or RedHat .rpm | Docker - official Docker library | other -->

## Component, Query & Data
Expand All @@ -26,6 +28,10 @@ __Dataset__:
<!-- description, or if possible, please share an example dataset to reproduce the issue either as Gist with an arangodump, or an arangosh script with db.collection.save({my: "values"}) statements -->


__Size of your Dataset on disk__:
<!-- size of your dataset on disk-->


__Replication Factor & Number of Shards (Cluster only)__:
<!-- please list these settings for each collection in question -->

Expand Down
0