Moved to github discussions

This commit is contained in:
Pavan Kumar Sunkara 2020-04-01 22:32:51 +02:00
parent 633ce74ba9
commit b77f159315
7 changed files with 17 additions and 39 deletions

View file

@ -18,10 +18,10 @@ Use the output of `rustc -V`
### Code
```rust
// You code goes here. Please try to write a complete program,
// You code goes here. Please try to write a complete program,
// including `fn main() { ... }`
```
### Steps to reproduce the issue
1. Run `cargo run -- options...`
@ -30,17 +30,18 @@ Use the output of `rustc -V`
### Affected Version of `clap*`
Can be found in Cargo.lock or Cargo.toml of your project (i.e. `grep clap Cargo.lock`). PLEASE DO NOT PUT "latest" HERE, use precise version. Put `master` (or other branch) if you're using the repo directly.
Can be found in Cargo.lock or Cargo.toml of your project (i.e. `grep clap Cargo.lock`). PLEASE DO NOT PUT "latest" HERE, use precise version. Put `master` (or other branch) if you're using the repo directly.
### Actual Behavior Summary
When I do like *this*, *that* is happening and I think it shouldn't.
**If a project of yours is blocked due to this bug, please, mention it explicitly.**
**If a project of yours is blocked due to this bug, please, mention it explicitly.**
### Expected Behavior Summary
I think *this* should happen instead.
### Additional context
Add any other context about the problem here.

6
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,6 @@
blank_issues_enabled: true
contact_links:
- name: Ask a question
about: You've come to seek help or want to discuss something related to clap
url: https://github.com/clap-rs/clap/discussions/new
# TODO: Question template (waiting for discussions template feature)

View file

@ -11,7 +11,7 @@ assignees: ''
Can be found in Cargo.lock or Cargo.toml of your project (i.e. grep clap Cargo.lock). PLEASE DO NOT PUT "latest" HERE, use precise version. Put master (or other branch) if you're using the repo directly.
### Where?
### Where
A hyperlink, file path, some item, *something*.

View file

@ -7,12 +7,10 @@ assignees: ''
---
<!--
MAKE SURE YOU HAVE ASKED IF THIS FEATURE IS AVAILABLE
ON https://gitter.im/kbknapp/clap-rs FIRST!
### Make sure you completed the following tasks
PLEASE ASLO SEARCH THE CLOSED ISSUES. GOOD CHANCE IT'S THERE!
-->
- [ ] Searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [ ] Searched the closes issues
### Describe your use case

View file

@ -1,27 +0,0 @@
---
name: Question
about: You've come here to seek help. You've come to the right place!
title: ''
labels: 'T: RFC / question'
assignees: ''
---
<!--
MAKE SURE YOU HAVE ASKED YOUR QUESTION
ON https://gitter.im/kbknapp/clap-rs FIRST!
-->
### What are you trying to do?
Explain **in detail** what your problem is.
Please include examples of the CLI you desire to make. Examples of command line invocations are **strongly encouraged**.
```bash
$ app we --opt val subcmd --val
```
### What have you tried already?
Describe solutions you have already tried (if any) but they didn't work for some reason (describe the reason).

View file

@ -1,7 +1,7 @@
clap
====
[![Crates.io](https://img.shields.io/crates/v/clap.svg)](https://crates.io/crates/clap) [![Crates.io](https://img.shields.io/crates/d/clap.svg)](https://crates.io/crates/clap) [![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/clap-rs/clap/blob/master/LICENSE-APACHE) [![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/clap-rs/clap/blob/master/LICENSE-MIT) [![Coverage Status](https://coveralls.io/repos/clap-rs/clap/badge.svg?branch=master&service=github)](https://coveralls.io/github/clap-rs/clap?branch=master) [![Join the chat at https://gitter.im/kbknapp/clap-rs](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/kbknapp/clap-rs)
[![Crates.io](https://img.shields.io/crates/v/clap.svg)](https://crates.io/crates/clap) [![Crates.io](https://img.shields.io/crates/d/clap.svg)](https://crates.io/crates/clap) [![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/clap-rs/clap/blob/master/LICENSE-APACHE) [![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/clap-rs/clap/blob/master/LICENSE-MIT) [![Coverage Status](https://coveralls.io/repos/clap-rs/clap/badge.svg?branch=master&service=github)](https://coveralls.io/github/clap-rs/clap?branch=master)
Linux: [![Build Status](https://travis-ci.org/clap-rs/clap.svg?branch=master)](https://travis-ci.org/clap-rs/clap)
Windows: [![Build Status](https://dev.azure.com/clap-rs/clap/_apis/build/status/clap-rs.clap?branchName=master)](https://dev.azure.com/clap-rs/clap/_build/latest?definitionId=1&branchName=master)
@ -11,7 +11,7 @@ Command Line Argument Parser for Rust
It is a simple-to-use, efficient, and full-featured library for parsing command line arguments and subcommands when writing console/terminal applications.
* [Documentation](https://docs.rs/clap/)
* [Chat, questions go there](https://gitter.im/kbknapp/clap-rs)
* [Questions & Discussions](https://github.com/clap-rs/clap/discussions)
* [Website](https://clap.rs/)
* [Video tutorials](https://www.youtube.com/playlist?list=PLza5oFLQGTl2Z5T8g1pRkIynR3E0_pc7U)