# Final contribution report
6 out of our 8 merge request have been successfully merged. One of closed after a short discussion with the owner of the library and the last one never got any replies.
## Merged
- [**change batch tfms to have the correct dimensionality**](https://github.com/fastai/fastai/pull/3251) A user found a bug in one of the course examples given by fastai. We were able to quickly fix this bug since the reporter also stated where the bug was located.
- [**Fix dead link #3191**](https://github.com/fastai/fastai/pull/3263) A dead link was found by another user. The fix of the user was invalid, so we proposed a quick fix.
- [**Fix #3264**](https://github.com/fastai/fastai/pull/3265) In the documentation courses a link was pointing to a non-existing file with a wrong extension, so the extension was corrected
- [**Fix dead link #3191**](https://github.com/fastai/fastai/pull/3263) A dead link was found by another user. The fix of the user was invalid, so we proposed a quick fix.
- [**Fix #3271**](https://github.com/fastai/fastai/issues/3271) In the documentation about the use of git, an example was outdated. I found a new example, and updated the tutorial commands.
- [**Update link (#3272)**](https://github.com/fastai/fastai/pull/3272) A dead link was found when skimming through the documentation. A quick fix was proposed.
## Closed
Here we discussed the pull requests that were closed by the owner of the library
- [**delete dev_nbs folder (see course-v3) #3273**](https://github.com/fastai/fastai/pull/3274) Proposed was to delete this seemingly duplicate folder, since course-v3 covers this folder. Maintainability is harder when there are more than one location covering the same. After interaction with the founder of the project, it was made clear that the fastai-library contained notebooks compatible with v2 of fastai, whereas the other was fastai v1 compatible. I agree with the founder that it should be kept, however I think structure-wise the repository could be improved. I would propose to put it in a separate repository or rename the fastai folder.
## Open
Here we discuss the pull requests that are still left open
- [**Quantile loss function**](https://github.com/fastai/fastai/pull/3285) In this merge request it became apparent that the owners of fastai where not intrested in adding additional functionality contributed by users to the library. We have tried to reach to them over various different channels but would never get a reply from them. Furthermore building the library as is stated in the contributions.md lead to unaccaptable changes.