eza-community / eza

A modern, maintained replacement for ls
https://eza.rocks
MIT License
8.79k stars 170 forks source link

bug: pr template isn't auto-populated #969

Open CouldBeThis opened 1 month ago

CouldBeThis commented 1 month ago

In CONTRIBUTING.md > "Creating a PR":

First, use the pull request template.

Eventually I found the file located at https://github.com/eza-community/eza/blob/main/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md. You need to view raw to see most of the content as it is comments.

Maybe it should be linked from CONTRIBUTING.md? Kind of hard to find.

Is it supposed to be auto populating the PR text entry box? It didn't for me.

cafkafk commented 1 month ago

Is it supposed to be auto populating the PR text entry box? It didn't for me.

Yea, is should... it does so for me, at least last time I tried IIRC. Of course, if it doesn't, that's a bug!

CouldBeThis commented 1 month ago

Well if at least one other person is unable to duplicate then I guess I should first rule out dumb user error.

Since I was making only very basic changes and the device I was using isn't really set up properly for terminal stuff, I did everything via the web interface.

Steps to reproduce

Everything using only the most basic web github.com:

  1. Create a fork, edit the readme (nothing more fancy). Commit etc.

  2. Go to the webpage of fork, eg: https://github.com/CouldBeThis/eza and click Contribute > Open pull request:

screenshot ![image](https://github.com/eza-community/eza/assets/53547181/b415db52-1ead-42ed-ab4b-6c5b8cc31ebb)
  1. Directed to https://github.com/eza-community/eza/compare/main...CouldBeThis:eza:main click Create pull request:
    screenshot

image

  1. Directed to https://github.com/eza-community/eza/compare/main...CouldBeThis:eza:main where I see this PR box.
screenshot ![image](https://github.com/eza-community/eza/assets/53547181/4b53bb5a-5549-496f-b9cb-2b8ce8c7b3ce)

potential issues

If someone could send me toward another repo(s) they know of with issue templates that auto populate, I will try them and see if it's a global situation or just this repo.


PS: I'm only posting this in case there is a problem with the software/systems. Just a rec league PRer here and I do not want to waste a bunch of your times coaching me how to use github etc. If it's user error, it's user error. :)