Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .agent_instructions/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ Use dash-case (aka kebab-case) for the [Title] of the ADR.
- The license should be at the very top of each source file, before any using statements or code.
- We use the MIT license.
- You should add your name and the year, if it is a new file.
- You should put the license comment in a `# region License` block
- You should put the license comment in a `#region Licence` block (note: British spelling, no space)
- An LLM should use the name and year of the contributor instructing the LLM
- As an example

```csharp
#region License
#region Licence

/* The MIT License (MIT)
Copyright © [Year] [Your Name] [Your Contact Email]
Expand All @@ -96,5 +96,5 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. */

# endregion
#endregion
```
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ applyTo: '**'
---

## How to Use This File
This file contains instructions for GitHub Copilot to help it understand the context and requirements of the project. It is not intended to be modified by contributors. Human contributors should follow the guidelines in the [CONTRIBUTING.md](CONTRIBUTING.md) file. These guidelines derive from that document.
This file contains instructions for GitHub Copilot to help it understand the context and requirements of the project. It is not intended to be modified by contributors. Human contributors should follow the guidelines in the [CONTRIBUTING.md](../CONTRIBUTING.md) file. These guidelines derive from that document.

## Detailed Instructions
For comprehensive guidance on working with this codebase, Copilot should read the following files as needed:
Expand Down
Loading
Loading