Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate emails and github/gitlab issue bodies from a template #84

Merged
merged 8 commits into from
Mar 18, 2024

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    ba2130a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e15c4b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    12b8e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b155c0 View commit details
    Browse the repository at this point in the history
  3. Replace parseIssueTemplate with more generic parseTemplate

    ... so that in future we can use it for other templates
    richvdh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    058362f View commit details
    Browse the repository at this point in the history
  4. buildGenericIssueRequest: return []byte

    ... to make it more reusable. No point converting `[]byte` to `string` back to
    `[]byte` again.
    richvdh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    28d9c63 View commit details
    Browse the repository at this point in the history
  5. Use template for email bodies

    richvdh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    575d259 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Rename variable

    richvdh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    dbcf2dd View commit details
    Browse the repository at this point in the history