Skip to content
On this page

Guide

What is Poster friendly?

Poster friendly is a complete solution for GitHub (Gitee) Issue and Discussion templates. This means that you can use it to create templates quickly.

WARNING

  1. We only support GitHub's form for now, maybe markdown in the future.
  2. At present, the feature is experimental, the URL and API are still unstable, and we do not recommend that you use it in your major projects.

How to create an issue/discussion template for my project?

First, you need to decide on a template.

API

Template Page

Request

NameDescription
HTTP URL/poster
HTTP MethodGet

Parameter

NameTypesRequiredDescription
ownerstringYesOwner of the repository.
namestringYesName of the repository.
templateURLstringYesURL of the template. You can upload the template to GitHub or Gitee and set its link to this value.
postDestinationstringYesDestination for the use of the template.
Optional Value:
  • GitHub_issue: An issue will be created for the GitHub repository.
  • GitHub_discussion: A discussion will be created for the GitHub repository.
  • Gitee_issue: An issue will be created for the Gitee repository.
If there is more than one destination, you can use , intervals to concatenate into strings.
e.g: GitHub_issue, GitHub_issue,GitHub_discussion

Last updated: