You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Add "locally strongly finitely presentable" as a property](https://github.com/ScriptRaccoon/CatDat/pull/21/changes)
93
93
-[Add filtered and cofiltered categories](https://github.com/ScriptRaccoon/CatDat/pull/40/changes)
94
+
-[Add the simplex category](https://github.com/ScriptRaccoon/CatDat/pull/81)
94
95
95
96
### Guidelines for Adding New Data
96
97
@@ -128,6 +129,21 @@ When contributing new data (categories, functors, properties, implications), ple
128
129
129
130
-**New Combinations**: Add new categories that satisfy combinations of satisfied properties and unsatisfied properties and not yet in the database. For example, you may add a category that is abelian but neither cocomplete nor essentially small (if it is not already present). The [page with missing data](https://catdat.app/missing) lists consistent combinations of the form $p \land \neg q$ that are not yet witnessed by a category in the database. The same remarks apply to functors.
130
131
132
+
### Keep Pull Requests Focused
133
+
134
+
Please keep each pull request limited in scope. Large pull requests are harder to review, more likely to conflict with ongoing changes on the main branch, and more difficult to merge cleanly.
135
+
136
+
If you plan to contribute multiple additions or improvements, split the work into several smaller pull requests and submit them one at a time. A pull request cannot be too small, but it can certainly be too large.
137
+
138
+
Examples of appropriate pull requests include:
139
+
140
+
- adding a single category property and determining it for several categories in the database,
141
+
- adding a single category together with its properties,
142
+
- adding a single missing proof ([Example](https://github.com/ScriptRaccoon/CatDat/pull/27))
143
+
- clarifying definitions, explanations, or documentation.
144
+
145
+
As a practical guideline, avoid introducing more than four properties (or four categories) in a single pull request.
146
+
131
147
### Conventions
132
148
133
149
1. Use `\varnothing` to display the empty set, not `\emptyset`.
0 commit comments