Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request addresses an issue in the README file related to the Staticman identifier used for submitting answers through the website. The previous identifier @staticmanaima was incorrect and has been updated to ensure clarity and accuracy regarding the Staticman configuration.
Changes Made
Updated README: The reference to @staticmanaima has been replaced with a more accurate description of how Staticman integration works. The new text clarifies that the Staticman configuration details can be found in the staticman.yml file and ensures contributors understand how their submissions will be processed.
Details
The original text:
Filling the form will automatically send a Pull Request using @staticmanaima and if merged the answer would be visible under User answers column.
Has been updated to:
Filling the form will automatically send a Pull Request using the Staticman configuration provided in the staticman.yml file. If merged, the answer will be visible under the User answers column. For more details, refer to the staticman.yml file for accurate configuration.
Rationale
The update ensures that contributors have correct information about the Staticman setup, which will help streamline the answer submission process and reduce confusion. The updated text provides clear instructions on where to find the Staticman configuration, aligning with the current project setup.
#924