Skip to content

Commit

Permalink
Merge pull request #65 from displague/repo-metadata
Browse files Browse the repository at this point in the history
add repo metadata for issues, badges, DCO
  • Loading branch information
displague authored Jul 28, 2020
2 parents 8a57c21 + 099029e commit 1982aee
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 218 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug Report
about: Help us diagnose and fix bugs in the Packet CLI
labels: bug
---
<!--
Thank you for helping to improve the CLI!
Please be sure to search for open issues before raising a new one.
We use issues for bug reports and feature requests.
Please find us at https://slack.packet.com for questions and discussion.
-->

### What happened?

<!--
Please let us know what you expected and how the CLI diverged from that.
-->

### How can we reproduce it?

<!--
Help us to reproduce your bug as succinctly and precisely as possible.
Scripts that triggers the issue are highly appreciated!
Include the version of the CLI that was used.
-->

CLI version (`packet --version`):
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Feature Request
about: Help us make the Packet CLI more useful
labels: enhancement
---
<!--
Thank you for helping to improve the CLI!
Please be sure to search for open issues before raising a new one.
We use issues for bug reports and feature requests.
Please find us at https://slack.packet.com for questions and discussion.
-->

### What problem are you facing?

<!--
Please tell us a little about your use case - it's okay if it's hypothetical!
This context frames the feature request so we can implement it sensibly.
-->

### How could the Packet CLI help solve this problem?

<!--
Let us know how you think the CLI could help with your use case.
-->
36 changes: 36 additions & 0 deletions DCO
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
660 York Street, Suite 102,
San Francisco, CA 94110 USA

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.


Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
171 changes: 0 additions & 171 deletions Gopkg.lock

This file was deleted.

47 changes: 0 additions & 47 deletions Gopkg.toml

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# packet-cli

[![GitHub release](https://img.shields.io/github/release/packethost/packet-cli/all.svg?style=flat-square)](https://github.com/packethost/packet-cli/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/packethost/packet-cli)](https://goreportcard.com/report/github.com/packethost/packet-cli)
[![Slack](https://slack.packet.com/badge.svg)](https://slack.packet.com)
[![Twitter Follow](https://img.shields.io/twitter/follow/packethost.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=packethost)

## Table of Contents

* [Packet Command Line Interface](#packet-command-line-interface)
Expand Down

0 comments on commit 1982aee

Please sign in to comment.