Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit f91c811

Browse files
authored
Update CONTRIBUTING policy
1 parent 865caf0 commit f91c811

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ Please note that this project is released with a [Contributor Code of Conduct][c
1515

1616
## Scope
1717

18-
We anticipate that the community will design custom architectures and use frameworks other than Tensorflow. Furthermore, we anticipate that other datasets beyond the ones provided in this project might be useful. It is not our intention to integrate the best models and datasets into this repository as a superset of all available ideas. Rather, we intend to provide baseline approaches and a central place of reference with links to related repositories from the community. Therefore, we are accepting pull requests for the following items:
19-
20-
- Bug fixes
21-
- Updates to documentation, including links to your project(s) where improvements to the baseline have been made
22-
- Minor improvements to the code (generally excluding changes regarding improvements to the model or preprocessing to this repository - file an issue to discuss ideas)
18+
We want to use this repository to distribute the best data pre-processing and loading pipeline for the CodeSearchNet dataset.
19+
As anicipate other data scientists and researchers to design custom architectures and use frameworks other than Tensorflow, we do not want to update the models in this repository beyond the simple baselines we originally released.
20+
Therefore, we are accepting pull requests for the following items:
21+
22+
- Improvements of the data pre-processing pipeline (e.g. better cleaning heuristics, new supported languages, etc.)
23+
- Documentation updates that help others use the dataset
24+
- Documentation updates with links to your project(s) where improvements to the baseline have been made
25+
- Bug fixes for bugs in the baseline models (i.e., not better hyperparameter settings)
2326

2427
Please open an issue if you are unsure regarding the best course of action.
2528

0 commit comments

Comments
 (0)