# IssueTemplate

IssueTemplate represents an issue template for a repository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**about** | **string** |  | [optional] [default to undefined]
**body** | [**Array&lt;IssueFormField&gt;**](IssueFormField.md) |  | [optional] [default to undefined]
**content** | **string** |  | [optional] [default to undefined]
**file_name** | **string** |  | [optional] [default to undefined]
**labels** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**ref** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { IssueTemplate } from 'berg';

const instance: IssueTemplate = {
    about,
    body,
    content,
    file_name,
    labels,
    name,
    ref,
    title,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
