You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This YAML code is for configuring the support page on GitHub. Overall, the code looks correct, but there are a few points to consider:
Format of the "about" text:
It is better to use a block scalar (|) in the "about" section instead of a folded scalar (>), as it improves the readability of the text.
Usage of URL:
The URL is repeated twice in the "about" section, which can be unnecessary. It is better to remove one of them.
Link name:
The link name "Need Support? Visit the Fuel Forum" might be a bit long. You can make it shorter and clearer.
With these modifications, the code would look like this:
blank_issues_enabled: truecontact_links:
- name: Fuel Forum Supporturl: https://forum.fuel.networkabout: | For support queries, please visit the Fuel Forum at https://forum.fuel.network. Only bug reports and feature requests in this repo are guaranteed a response.
These changes improve the readability and simplicity of the link.
The text was updated successfully, but these errors were encountered:
This YAML code is for configuring the support page on GitHub. Overall, the code looks correct, but there are a few points to consider:
Format of the "about" text:
|
) in the "about" section instead of a folded scalar (>
), as it improves the readability of the text.Usage of URL:
Link name:
With these modifications, the code would look like this:
These changes improve the readability and simplicity of the link.
The text was updated successfully, but these errors were encountered: