hpr3797 :: How to submit changes to HPR
rho_n shows Ken how to submit changes to the new HPR static site.
Hosted by Ken Fallon on Tuesday, 2023-02-21 is flagged as Clean and is released under a CC-BY-SA license.
git, hpr, code, pull request.
5.
The show is available on the Internet Archive at: https://archive.org/details/hpr3797
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:31:35
general.
HPR is switching to a static site and in today's show Rho`n explains to Ken how to submit changes to the code.
[user@pc fix]$ git clone gitea@repo.anhonesthost.net:rho_n/hpr_generator.git
[user@pc fix]$ cd hpr_generator/
[user@pc hpr_generator]$ git status
[user@pc hpr_generator]$ git checkout -b I70_Fix_links_to_audio
Edit the files. Once complete:
[user@pc hpr_generator]$ git add file/to/commit
[user@pc hpr_generator]$ git commit
[user@pc hpr_generator]$ git push origin I70_Fix_links_to_audio
You can now login to the rho_n/hpr_generator git repo and you should be able to see several branches.
Next to your branch you can press New Pull Request
Review your changes and if you're happy press the green New Pull Request
Fill in the description and a detailed comment
Use the HPR convention [<issue number>] <brief_description> The brief description is usually based on the title of the issue
When Create Pull Request