Skip to content

Commit

Permalink
docs: github PR template
Browse files Browse the repository at this point in the history
For issues like #11 and #8
  • Loading branch information
hraban committed Nov 12, 2024
1 parent 97eb5db commit b771ce3
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!--
Thanks for reporting a bug.
If you fill out every section I can help. If you don’t I’ll end up copy / pasting these questions again becausae I need them to help you.
-->

A specific example of an app that is broken: ...

It is not broken in nixpkgs proper, because when I do:

```
$ nix build github:nixos/nixpkgs/nixpkgs-unstable#some-app
$ echo $?
0
$ open result/Applications/Some.app
```

The app launches correctly.

But when I install the app using `mac-app-util`, and do:

```
$ open ~/Applications/Home\ Manager\ Trampolines/Some.app
```

OR:

```
$ open /Applications/Nix\ Trampolines/Some.app
```

It crashes with error:

```
....
```

My system:

```
$ nix-info -m
....
```

0 comments on commit b771ce3

Please sign in to comment.