Skip to content

Commit

Permalink
chore: add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Mar 28, 2024
1 parent dc07266 commit 0fc3b42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Describe your changes

## How to test your changes

## Checklist
- [ ] Set the proper pull request name
- [ ] Merged main into your branch
8 changes: 4 additions & 4 deletions Aplib.Core/Belief/IBeliefSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/// </summary>
public interface IBeliefSet
{
/// <summary>
/// Updates all beliefs in the belief set.
/// </summary>
void UpdateBeliefs();
/// <summary>
/// Updates all beliefs in the belief set.
/// </summary>
void UpdateBeliefs();
}
}

0 comments on commit 0fc3b42

Please sign in to comment.