Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit a030f21

Browse files
Merge pull request #19 from SubstraFoundation/dev
0.0.5
2 parents 2844c68 + 36bf04a commit a030f21

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+22467
-2769
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# the repo. Unless a later match takes precedence,
33
# @global-owner1 and @global-owner2 will be requested for
44
# review when someone opens a pull request.
5-
* @camillemarini @GuillaumeCisco
5+
* @thibaultrobert @inalgnu @camillemarini
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve :-)
4+
title: "[BUG]"
5+
labels: Type:Bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
> Give a clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
> Give a clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
> If applicable, add screenshots to help explain your problem.
25+
26+
**Environment:**
27+
- Version, branch (branch and commit number)
28+
- OS and version: [e.g. macOS Mojave version 10.14.4]
29+
> Get it with `uname -a` on Linux and `system_profiler SPSoftwareDataType` on Mac
30+
- Browser and version if relevant [e.g. chrome, safari]
31+
- Any other relevant information [e.g. dependencies, version of Python, version of Go, ...]
32+
33+
**Additional context**
34+
> Add any other context about the problem here.

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: go
2+
3+
go:
4+
- "1.12.x"
5+
6+
env:
7+
- GO111MODULE=on
8+
9+
branches:
10+
only:
11+
- master
12+
- dev
13+
14+
install: skip
15+
16+
script: cd chaincode && go test -v ./...

Jenkinsfile

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)