<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in contributing.md</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ac3358b1 - Fix various broken links in docs. (#12125)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/contributing.md#ac3358b1</link>
        <description>Fix various broken links in docs. (#12125)We&apos;ve gotten a few one-off link-fix PRs, so in the Wasmtime meetingtoday we decided to just fix them all ourselves so we don&apos;t get thesedrive-by PRs anymore (or at least not for a while, until links start torot again).This PR fixes all applicable broken links we could find via the `lychee`link-checker (thanks abrown for running that!). There are a few brokenlinks in subrepositories that this doesn&apos;t fix. And the link-checkerdoesn&apos;t like links to subheaders on `.html` paths derived from `.md`files by mdbook -- mdbook doesn&apos;t support these (rust-lang/mdBook#167)but they render fine once published to the Web.

            List of files:
            /wasmtime-44.0.1/docs/contributing.md</description>
        <pubDate>Thu, 04 Dec 2025 19:26:43 +0000</pubDate>
        <dc:creator>Chris Fallin &lt;chris@cfallin.org&gt;</dc:creator>
    </item>
<item>
        <title>0c87b167 - contributing docs: add new policy for non-trivial PRs (#12002)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/contributing.md#0c87b167</link>
        <description>contributing docs: add new policy for non-trivial PRs (#12002)

            List of files:
            /wasmtime-44.0.1/docs/contributing.md</description>
        <pubDate>Fri, 07 Nov 2025 15:40:38 +0000</pubDate>
        <dc:creator>Till Schneidereit &lt;till@tillschneidereit.net&gt;</dc:creator>
    </item>
<item>
        <title>48ac29ac - Fix the typo in the typos document (#11539)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/contributing.md#48ac29ac</link>
        <description>Fix the typo in the typos document (#11539)

            List of files:
            /wasmtime-44.0.1/docs/contributing.md</description>
        <pubDate>Tue, 26 Aug 2025 13:56:27 +0000</pubDate>
        <dc:creator>Yosh &lt;2467194+yoshuawuyts@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>2974ca4d - contributing docs: Add a policy for documentation typo fixes (#11512)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/contributing.md#2974ca4d</link>
        <description>contributing docs: Add a policy for documentation typo fixes (#11512)

            List of files:
            /wasmtime-44.0.1/docs/contributing.md</description>
        <pubDate>Fri, 22 Aug 2025 17:20:18 +0000</pubDate>
        <dc:creator>Pat Hickey &lt;p.hickey@f5.com&gt;</dc:creator>
    </item>
<item>
        <title>f1b821e1 - Remove meetings agendas/minutes (moved to separate repo). (#4388)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/contributing.md#f1b821e1</link>
        <description>Remove meetings agendas/minutes (moved to separate repo). (#4388)This PR removes all minutes and agendas in `meetings/`. These werepreviously hosted in this repository, but we found that it makes thingssomewhat more complex with respect to CI configuration and mergepermissions to have both small, CI-less changes to the text in`meetings/` as well as changes to everything else in one repository.The minutes and agendas have been split out into the repository athttps://github.com/bytecodealliance/meetings/, with all historypreserved. Future agenda additions and minutes contributions should gothere as PRs.Finally, this PR adds a small note to our &quot;Contributing&quot; doc to note theexistence of the meetings and invite folks to ask to join if interested.

            List of files:
            /wasmtime-44.0.1/docs/contributing.md</description>
        <pubDate>Tue, 05 Jul 2022 23:06:20 +0000</pubDate>
        <dc:creator>Chris Fallin &lt;chris@cfallin.org&gt;</dc:creator>
    </item>
<item>
        <title>8f824a9f - Update outdated references to the Cranelift repository</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/contributing.md#8f824a9f</link>
        <description>Update outdated references to the Cranelift repositoryThis patch updates or removes all references to the Cranelift repository. It affects links in README documents, issues that were transferred to the Wasmtime repository, CI badges, and a small bunch of sundry items.

            List of files:
            /wasmtime-44.0.1/docs/contributing.md</description>
        <pubDate>Sun, 08 Mar 2020 15:35:26 +0000</pubDate>
        <dc:creator>Till Schneidereit &lt;till@tillschneidereit.net&gt;</dc:creator>
    </item>
<item>
        <title>986f9f79 - Merge the CONTRIBUTING.md files</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/contributing.md#986f9f79</link>
        <description>Merge the CONTRIBUTING.md files

            List of files:
            /wasmtime-44.0.1/docs/contributing.md</description>
        <pubDate>Tue, 25 Feb 2020 19:48:03 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>8caa5a94 - Spice up the project README, fill out more docs (#1010)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/contributing.md#8caa5a94</link>
        <description>Spice up the project README, fill out more docs (#1010)* Spice up the project README, fill out more docsThis is an attempt to spruce up wasmtime&apos;s README.md file as well asfill out more of the missing documentation in the `docs/` folder.There&apos;s still a long way to go but I hoped here to mostly move aroundexisting information and add new information. As always happy to havefeedback!* Tweak CLI wording* Remove no-longer relevant clause* Update sandboxing docs* Handle comments

            List of files:
            /wasmtime-44.0.1/docs/contributing.md</description>
        <pubDate>Thu, 27 Feb 2020 23:28:08 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>4ba52205 - docs: Fill out the top-level contributing page a little</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/contributing.md#4ba52205</link>
        <description>docs: Fill out the top-level contributing page a little

            List of files:
            /wasmtime-44.0.1/docs/contributing.md</description>
        <pubDate>Tue, 03 Dec 2019 23:15:08 +0000</pubDate>
        <dc:creator>Nick Fitzgerald &lt;fitzgen@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bf526b62 - Add book documentation skeleton and auto-publish from CI (#435)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/contributing.md#bf526b62</link>
        <description>Add book documentation skeleton and auto-publish from CI (#435)This commit adds the skeleton of a new set of documentation for`wasmtime` in the existing `docs` directory. This documentation isorganized and compiled with [mdbook] which the Rust project uses formost of its own documentation as well. At a previous meeting webrainstormed a rough skeleton of what the documentation in this bookwould look like, and I&apos;ve transcribed that here for an example of howthis is rendered and how it can be laid out. No actual documentation iswritten yet.This commit also additionally adds necessary support to auto-publishboth this book documentation and API documentation every time a commitis pushed to the `master` branch. All HTML will be automatically pushedto the `gh-pages` branch so long as the CI passes, and this should getdeployed to https://cranestation.github.io/wasmtime.I&apos;ve done a few dry-runs and I think this&apos;ll all work, but we&apos;ll likelytweak a few things here and there after running this through CI to makesure everything looks just as we&apos;d like. My hope though is that afterthis lands we can start actually filling out all the documentation andbeing able to review it as well.[mdbook]: https://crates.io/crates/mdbook

            List of files:
            /wasmtime-44.0.1/docs/contributing.md</description>
        <pubDate>Tue, 29 Oct 2019 14:55:51 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
</channel>
</rss>
