PSA about links while filing PR/Issues in GitHub

:loudspeaker: Public Service Announcement :loudspeaker:

Since our code is evolving a lot, if there are issues mentioning a particular LOC, it is better to add permalink to the line so that the issue can be still verified after a long time.

To get a permalink, all you need to do is navigate to the file in GitHub, select the concerning line and press down y key. You will get permalink on the browser address bar.

For example,
meshery/mesheryctl/internal/cli/root/environments/environment.go at master · meshery/meshery · GitHub can change but meshery/mesheryctl/internal/cli/root/environments/environment.go at 6c633ca3904ae3d8f3a4f6e312202d5135072e22 · meshery/meshery · GitHub won’t.

The second link is the permalink that I am talking about here.