summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-05-03 20:24:14 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2023-05-03 21:23:32 (GMT)
commit6b7c0449b29880f8412d468e96b30321052ce9ae (patch)
tree9af4c6f6b262149f4ebdf0420ccb62adac9b39a0 /CONTRIBUTING.md
parent0a4181c0be023a3899321c57771458daf60ee9c7 (diff)
downloadhdf5-6b7c0449b29880f8412d468e96b30321052ce9ae.zip
hdf5-6b7c0449b29880f8412d468e96b30321052ce9ae.tar.gz
hdf5-6b7c0449b29880f8412d468e96b30321052ce9ae.tar.bz2
Remove references to old MANIFEST file (#2890)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 687e981..a16e845 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -125,7 +125,6 @@ Please make sure that you check the items applicable to your pull request:
* [ ] Does the new feature require a change to an existing API? See "API Compatibility Macros" document (https://portal.hdfgroup.org/display/HDF5/API+Compatibility+Macros)
* Documentation
* [ ] Was the change described in the release_docs/RELEASE.txt file?
- * [ ] Was MANIFEST updated if new files had been added to the source?
* [ ] Was the new function documented in the corresponding public header file using [Doxygen](https://docs.hdfgroup.org/hdf5/develop/_r_m_t.html)?
* [ ] Was new functionality documented for the HDF5 community (the level of documentation depends on the feature; ask us what would be appropriate)
* Testing