Skip to content

chore: add an issue template. #337

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

Merged
merged 1 commit into from
Mar 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
> Select one of the following:
>
> I am filing a bug.
>
> > In this case you need the following information:
>
> ---------------------------------------------------------------
1. OS. Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
2. Versions. Please run `ng --version`. If there's nothing outputted, please
run in a Terminal:

node --version
npm --version
npm info angular-cli
And paste the result here.
3. Repro steps. Tell us exactly what you did and how you came to the failure.
If you can give us steps from the moment you created an empty application,
even better! Please try to be as descriptive as you can; this will avoid
unnecessary back and forth. Was this an app that wasn't created using the
CLI? What change did you do on your code? etc.
4. The log given by the failure. Normally this include a stack trace and some
more information.
5. Mention any other details that might be useful.
> ---------------------------------------------------------------
> > Thanks! We'll be in touch soon.
>
> I am filing a feature request.
>
> Unfortunately, for now, although we accept proposals, it will be probably be
> deferred. It's not that we don't want to hear you, it's that we're focusing
> on the beta release and as such we want to keep things a bit tidier than it
> will be once this is out in the open.
>
> We're not closed to good ideas, we simply have a limited amount of bandwidth.
> There's only 24 hours per day.
>
> ---------------------------------------------------------------
>
> I want customer support / I don't know how to do X.
>
> This is unfortunately not the right place. Please join the discussion on
> gitter, Stack Overflow or twitter and don't be afraid to post your
> questions there. A FAQ will be created with those and it will help answer
> questions other people might have as well.
>
> ---------------------------------------------------------------
>
> I want to help!
>
> Please read our contributing guidelines;
> https://github.com/angular/angular-cli/blob/master/CONTRIBUTING.md
>
> If you really want to be part of the crew and start cracking,
> try to contact us on gitter. We're never really far and we might have
> something just for you!