diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..adf8c7b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,36 @@ + + +**Description** + + + +**Steps to reproduce the issue:** + +1. +2. +3. + +**Describe the results you received:** + + +**Describe the results you expected:** + + +**Additional information you deem important (e.g. issue happens only occasionally):** + diff --git a/multierror/muliterror.go b/multierror/muliterror.go index 2e13e44..23ce1a8 100644 --- a/multierror/muliterror.go +++ b/multierror/muliterror.go @@ -1,3 +1,7 @@ +// Copyright 2017 The toolkit Authors. All rights reserved. +// Use of this source code is governed by a MIT License +// license that can be found in the LICENSE file. + package multierror import "bytes" diff --git a/multierror/muliterror_test.go b/multierror/muliterror_test.go index 39acf11..74549ca 100644 --- a/multierror/muliterror_test.go +++ b/multierror/muliterror_test.go @@ -1,3 +1,7 @@ +// Copyright 2017 The toolkit Authors. All rights reserved. +// Use of this source code is governed by a MIT License +// license that can be found in the LICENSE file. + package multierror_test import (