rybak / copy-commit-reference-userscript

Userscripts to add a "Copy commit reference" button to commit pages of Git hosting providers.
https://greasyfork.org/en/scripts?set=588773
GNU Affero General Public License v3.0
2 stars 0 forks source link

Introduce CONTRIBUTING.md and GitHub issue templates #11

Closed rybak closed 1 year ago

rybak commented 1 year ago

TODO

rybak commented 1 year ago

Force pushed to squash fixup commits. Range diff:

1:  5f67321 ! 1:  50c999a README: describe goals and non-goals
    @@ README.md: License, Version 3.  See [LICENSE.txt](LICENSE.txt) for details.
     +- Provide a way of producing human-readable HTML links, which are paste-able in
     +  rich text editors of wikis and IM apps, like Confluence and Slack.
     +  - Where possible, support HTML links to issue trackers and pull requests.
    -+- Use native-like UI elements (buttons, links, ands tooltips) which don't look
    ++- Use native-like UI elements (buttons, links, and tooltips) which don't look
     +  out of place on the websites of supported Git hostings.
     +- Provide an abstract class `GitHosting` which:
     +  - is easy to subclass
    @@ README.md: License, Version 3.  See [LICENSE.txt](LICENSE.txt) for details.
     +
     +- Adding buttons to copy full commit hashes or other useful strings from the web
     +  UIs of Git hostings.
    -+- Overwritting or replacing existing UI.  For example, native buttons to copy
    ++- Overwriting or replacing existing UI.  For example, native buttons to copy
     +  hashes of commits should continue to work.
     +
      [GreasyForkInstallsBadge]: https://img.shields.io/badge/dynamic/json?style=flat&color=670000&label=Greasy%20Fork&query=total_installs&suffix=%20installs&url=https%3A%2F%2Fgreasyfork.org%2Fscripts%2F473195.json
2:  caad623 ! 2:  673ab5b CONTRIBUTING: new documentation file
    @@ CONTRIBUTING.md (new)
     +  supported Git hostings is the top priority.  This may take a while to do due
     +  to limited access to some of the supported hostings.
     +
    -+- Before merging, your commits might be reorganized.
    -+
     +[GitHubIssues]: https://github.com/rybak/copy-commit-reference-userscript/issues
     +[GitLabIssues]: https://gitlab.com/andrybak/copy-commit-reference-userscript/-/issues

3:  e306851 = 3:  a45ed78 .github: add issue template "Support new hosting"
4:  06f41cb < -:  ------- fixup! README: describe goals and non-goals
5:  2e97594 = 4:  e391cce .github: add issue template "Bug report"