Commit graph

5 commits

Author SHA1 Message Date
Sipke Schoorstra b589147258 Added more escaping 2024-04-10 21:08:59 +02:00
Sipke Schoorstra 4685dca1e9 Update markdown formatting in bounty-footer.md 2024-04-10 21:07:47 +02:00
Sipke Schoorstra b9fb80a949 Add new requirement in bounty-footer.md
The commit adds a new task in the check list of the bounty-footer file. The new requirement compels the user to describe their proposed solution either in a comment on the issue or in a discussion linked to the bounty, before beginning their work.
2024-04-10 20:22:18 +02:00
Sipke Schoorstra 97d1280c15 Update bounty footer content in docs
The footer content in the bounty documentation has been expanded to provide clearer instructions for potential contributors. It includes instructions on how to announce an intention to claim a bounty and what to do before starting. An example template for bounty candidacy has also been added for the ease of contributors.
2024-04-10 20:18:06 +02:00
Sipke Schoorstra b421b00e16 Add Bounty Label Workflow and Documentation
A new GitHub Actions workflow has been introduced for appending a footer to issues that have been tagged with a 'bounty' label. The text for this footer is taken from a newly added "bounty-footer.md" file in the "docs" folder. The workflow is triggered whenever an issue is labeled, and it checks out the repository, reads the footer content, and appends it to the labeled issue. The "bounty-footer.md" and the workflow itself are also added to the solution file.
2024-04-10 19:18:59 +02:00