From 816f50460535fc91b7fbf51dd2bf0eab5e0f7334 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 20 Jan 2019 20:17:58 +0000 Subject: [PATCH] add note about always giving new entities a new Id --- data/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/README.md b/data/README.md index 943e15d17..0a5263d62 100644 --- a/data/README.md +++ b/data/README.md @@ -1,3 +1,5 @@ ## Adding or Updating Lists -To submit a new list or update data about an existing list, please submit a pull request to this directory in conjunction with the data model described [here](https://github.com/collinbarrett/FilterLists/wiki/Data-Model_sidebar). Alternatively, you can [open a new issue](https://github.com/collinbarrett/FilterLists/issues/new) providing information for all of the fields described in the [data model](https://github.com/collinbarrett/FilterLists/wiki/Data-Model_sidebar). \ No newline at end of file +To submit a new list or update data about an existing list, please submit a pull request to this directory in conjunction with the data model described [here](https://github.com/collinbarrett/FilterLists/wiki/Data-Model_sidebar). Alternatively, you can [open a new issue](https://github.com/collinbarrett/FilterLists/issues/new) providing information for all of the fields described in the [data model](https://github.com/collinbarrett/FilterLists/wiki/Data-Model_sidebar). + +*Note: We prefer not to re-use `Id`s. So, when submitting a PR, add any new lists, maintainers, etc. with the next incremental Id at the end of the list (rather than filling in a hole in the sequence that may have been left by a previously removed entity).