Skip to content
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

[Important] Please read Issues template #584

Closed
Shougo opened this issue May 21, 2014 · 11 comments
Closed

[Important] Please read Issues template #584

Shougo opened this issue May 21, 2014 · 11 comments

Comments

@Shougo
Copy link
Owner

Shougo commented May 21, 2014

  • Problems summary

  • Expected

  • Environment Information

    • OS:
    • Vim version:
    • Enabled lua interface?: (It is important!)
  • Minimal vimrc less than 50 lines

    " Your vimrc
    set nocompatible
    
    set runtimepath+=~/path/to/unite.vim/
    
  • Reproducable ways from Vim starting

    0.startup vim.
    1.
    2.
    3.

  • Screen shot (if possible)

markdown template

* Problems summary

* Expected

* Environment Information
 * OS:
 * Vim version:

* Minimal vimrc less than 50 lines

```
" Your vimrc
set nocompatible

set runtimepath+=~/path/to/unite.vim/
```

* Reproducable ways from Vim starting

 0.startup vim.
 1.
 2.
 3.

* Screen shot (if possible)
@Shougo
Copy link
Owner Author

Shougo commented May 21, 2014

If you created sample issues, can you upload it in this issue?

@Shougo Shougo changed the title Please read Issues template [Important] Please read Issues template May 21, 2014
@osyo-manga
Copy link
Collaborator

Example

  • Problems summary

    file/new doesn't work on windows.

  • Expected

    I want to save the file there is a space.

  • Environment Information

    • OS:Windows7 64bit
    • Vim version:Vim 7.4.111
  • Minimal vimrc less than 50 lines

    if has('vim_starting')
    set nocompatible
    set runtimepath+=~/.cache/neobundle/unite.vim/
    endif
    
  • Reproducable ways from Vim starting

    0.startup vim.
    1.:Unite file/new.
    2.Input C:/Foo\ Bar/test.txt
    3.Enter candidate.
    4.:w
    5.Can not be saved.

@Shougo
Copy link
Owner Author

Shougo commented May 22, 2014

It seems good.

@cohama
Copy link
Contributor

cohama commented May 22, 2014

How about CONTRIBUTING.md ?
A link to this template will be automatically shown when someone opens a issue or a pull request.

@haya14busa
Copy link
Contributor

Better template suggenstion?

Markdown Template Template

    * Minimal vimrc less than 50 lines

    ```
    " Your vimrc
    set nocompatible

    set runtimepath+=~/path/to/unite.vim/
    ```

Just copy and paste the above codes into the comment as a markdown text and it generate the following template.

Markdown Template

* Minimal vimrc less than 50 lines

```
" Your vimrc
set nocompatible

set runtimepath+=~/path/to/unite.vim/
```

Now, it's easy to paste their vimrc.

@osyo-manga
Copy link
Collaborator

@haya14busa Thanks! I fixed it.

@Shougo
Copy link
Owner Author

Shougo commented May 22, 2014

How about CONTRIBUTING.md ?
A link to this template will be automatically shown when someone opens a issue or a pull request.

Thanks. Can you send the pull request?

@cohama
Copy link
Contributor

cohama commented May 22, 2014

Ok. I'll do it later.

@wsdjeg
Copy link
Contributor

wsdjeg commented Sep 26, 2015

This is really a good way to manage the issue!!

@Shougo
Copy link
Owner Author

Shougo commented Feb 18, 2016

github officially supported the feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants