<p></p>
<p><b>@tomhughes</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/6111#discussion_r2246061310">CONFIGURE.md</a>:</p>
<pre style='color:#555'>> -  * 'Upload GPS traces'
-  * 'Modify notes'
-* On the next page, copy the "Client ID"
-* Edit config/settings.local.yml in your rails tree
-* Add the "id_application" configuration with the "Client ID" as the value
-* Restart your rails server
-
-An example excerpt from settings.local.yml:
-
-```yaml
-# Default editor
-default_editor: "id"
-# OAuth 2 Client ID for iD
-id_application: "Snv…OA0"
-```
+There are two built-in applications which communicate via the API, and therefore need to be registered as OAuth 2 applications. These are:
</pre>
<p dir="auto">The new documentation for <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AntonKhorev/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AntonKhorev">@AntonKhorev</a>'s rake task for setting up the oauth keys needs to be preserved here...</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/6111#discussion_r2246067612">CONFIGURE.md</a>:</p>
<pre style='color:#555'>>  
-Rails has its own log.  To inspect the log, do this:
+> [!TIP]
+> If your installation stops working for some reason:
+> 
+> - **Update gem dependencies:** Sometimes gem dependencies change. Go to your `openstreetmap-website` directory and run:
</pre>
<p dir="auto">I'd just say <code class="notranslate">gems</code> rather than <code class="notranslate">gem dependencies</code> as it's not really about dependencies changing, just that the bundle as a whole has been updated.</p>
<p dir="auto">We should probably also have a bullet point for running <code class="notranslate">bundle exec bin/yarn install</code> to update node modules.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/6111#discussion_r2246074097">CONTRIBUTING.md</a>:</p>
<pre style='color:#555'>>  
-```
+1. **Find an Issue**: Browse our [issues](https://github.com/openstreetmap/openstreetmap-website/issues) or identify a bug/feature you'd like to work on
+2. **Fork & Clone**: Fork the repository and clone it to your local machine
+3. **Set Up**: Follow the [installation guide](INSTALL.md) to set up your development environment
+4. **Develop**: Make your changes following our [code quality guidelines](#code-quality-guidelines)
+5. **Test**: Write tests for your changes and ensure all existing tests pass
+6. **Commit**: Write clear commit messages following our [guidelines](#committing)
+7. **Submit a Pull Request**: Create a pull request with a clear description of your changes
+
+## Code Quality Guidelines
+
+### Coding Style
+
+We use [Rubocop](https://github.com/rubocop-hq/rubocop) (for ruby files) and [ERB Lint](https://github.com/Shopify/erb-lint) (for erb templates) to help maintain consistency in our code. You can run these utilities during development to check that your code matches our guidelines:
</pre>
<p dir="auto">This should probably mention eslint as well given it's in the list of commands to run!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/6111#pullrequestreview-3076437817">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLOHNFVI5EY3WBS2KJT3LJMYFAVCNFSM6AAAAAB7NSSLNCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTANZWGQZTOOBRG4">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLP7Z5DEWI3SRFOD4VL3LJMYFA5CNFSM6AAAAAB7NSSLNCWGG33NNVSW45C7OR4XAZNRKB2WY3CSMVYXKZLTORJGK5TJMV32UY3PNVWWK3TUL5UWJTVXL23TS.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/6111/review/3076437817</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/6111#pullrequestreview-3076437817",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/6111#pullrequestreview-3076437817",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>