HackMD
    • Create new note
    • Create a note from template
    • Sharing Link copied
    • /edit
    • View mode
      • Edit mode
      • View mode
      • Book mode
      • Slide mode
      Edit mode View mode Book mode Slide mode
    • Customize slides
    • Note Permission
    • Read
      • Only me
      • Signed-in users
      • Everyone
      Only me Signed-in users Everyone
    • Write
      • Only me
      • Signed-in users
      • Everyone
      Only me Signed-in users Everyone
    • Commenting & Invitee
    • Publishing
      Please check the box to agree to the Community Guidelines.
      Everyone on the web can find and read all notes of this public team.
      After the note is published, everyone on the web can find and read this note.
      See all published notes on profile page.
    • Commenting Enable
      Disabled Forbidden Owners Signed-in users Everyone
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Invitee
    • No invitee
    • Options
    • Versions and GitHub Sync
    • Transfer ownership
    • Delete this note
    • Note settings
    • Template
    • Save as template
    • Insert from template
    • Export
    • Dropbox
    • Google Drive Export to Google Drive
    • Gist
    • Import
    • Dropbox
    • Google Drive Import from Google Drive
    • Gist
    • Clipboard
    • Download
    • Markdown
    • HTML
    • Raw HTML
Menu Note settings Sharing Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Transfer ownership Delete this note
Export
Dropbox Google Drive Export to Google Drive Gist
Import
Dropbox Google Drive Import from Google Drive Gist Clipboard
Download
Markdown HTML Raw HTML
Back
Sharing
Sharing Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Comment & Invitee
Publishing
Please check the box to agree to the Community Guidelines.
Everyone on the web can find and read all notes of this public team.
After the note is published, everyone on the web can find and read this note.
See all published notes on profile page.
More (Comment, Invitee)
Commenting Enable
Disabled Forbidden Owners Signed-in users Everyone
Permission
Owners
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Invitee
No invitee
   owned this note    owned this note      
Published Linked with GitHub
Like1 BookmarkBookmarked
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Conda-forge - guidance on releasing on conda-forge first and on contributions from companies? _Note: a different but somewhat related discussion was had in 23 Mar 2022 meeting, see ["Helping people help conda-forge" in the minutes](https://conda-forge.org/docs/orga/minutes/2022-03-23.html#your-new-agenda-items)._ There's two questions that would be great to get some guidance on from the conda-forge core team, and ideally that guidance gets documented in the form of a process or policy on conda-forge.org: 1. Is it possible to plan for release of a (new) package on conda-forge on a given timeline, and if so how should this be approached? 2. How can companies (or other entities) contribute effort in a way that makes them "good citizens" within the conda-forge community? ## Context There's a couple of recent cases that come to mind where there is friction because some contributors, core team members or companies want to get something done within conda-forge, and (for different reasons) that did not go as smoothly as it should have: - cuQuantum release (devs from NVIDIA): https://github.com/conda-forge/staged-recipes/pull/17276 - OmnisciDB to Heavy.ai rename (devs from Quansight): https://github.com/conda-forge/staged-recipes/pull/18691 - Qt 5.15 packaging (dev from Quansight) Part of the friction here is that conda-forge relies largely on volunteer effort, and one cannot expect from volunteers that they do things on a timeline - or at all for that matter. So when there's funding to get something done, that funding should be done in such a way that it does not negatively impact the experience of and load on volunteers. To quote a principle from NEP 48: > For proposed funded work, include paid time for others to review your work if such review is expected to be significant effort - do not just increase the load on volunteer maintainers. _Rationale: we want the effect of spending funds to be positive for everyone, not just for the people getting paid. This is also a matter of fairness._ Independent of the details of what went right and wrong in the above-mentioned three cases, it is worth pointing out that these are not external companies that just want to get something done and not give back - both NVIDIA and Quansight employ conda-forge core team members (John, Jaime, Vini right now) and give them day job time to work on conda-forge, to help sustain/grow conda-forge and "be good citizens". In individual contributions from a funded contributor it's clear that a volunteer may be the knowledge holder and be a key reviewer - this is hard to avoid, but should then be offset by other contributions and reviews (or in other appropriate ways - even a financial or in-kind donation to conda-forge can be considered) so the net result is positive for everyone involved. ## Q1: releasing on a given timeline Say entity X develops a new package. And it decides that it would like to release it on conda-forge, rather than elsewhere (e.g., PyPI, its own conda channel, or a custom download from a website). It may have good reasons for preferring conda-forge, for example it has dependencies that are not available on PyPI. Entity X plans some publicity, and decides the release date will be 1 Dec 2022. Questions: - Is such a "conda-forge first" plan desirable from the conda-forge team's perspective? Or would you rather see a release elsewhere first? - If this is desirable, what is needed in order to do so? Does it need to end up in a CEP? For a predictable timeline, a key issue is response times. This is nontrivial to get right. Is there an agreed-upon expected response for a direct question or announced merge plan right now in conda-forge? A few examples that come to mind are: - https://community.apache.org/committers/lazyConsensus.html (in case of doubt, state you will do something in 72 hours; in case of objections can still be rolled back afterwards) - https://numpy.org/devdocs/dev/governance/governance.html#consensus-based-decision-making-by-the-community (says "a few days" - typically 4-5 days) There's at least 3 possible outcomes I can think of: 1. Guarantees are impossible and we don't want to really think about it, so please release on your own channel or on PyPI. 2. We do want to write down a process, but anyone can still be blocking by disagreeing and then be silent for an unspecified amount of time - so it's hard in practice. 3. Here is a process / steps to follow, and you need to get a core team member to work with you (i.e., employ them or make some other arrangement with them), otherwise planning is not possible. It may also be useful to consider different types of potential issues. If something is really hairy technically, then it is clearly more difficult to plan for a certain timeline and stick to it. The Qt case was on that side of the spectrum: building Qt is about as hard as it gets, so major changes there are difficult to review and there's not enough reviewer bandwidth to go around. The OmnisciDB to Heavydb rename is on the other end of this spectrum: it was a straight-up rename, the code already worked. Any reviewer comments on technical aspects can be synced back to the original feedstock and integrated there by the feedstock maintainers. So the rename itself should be reviewable easily, and there's little risk of breaking anything or introducing new issues that are hard to deal with later on. ## Q2: How can companies (or other entities) contribute effort in a way that makes them "good citizens" within the conda-forge community? This is more abstract, so a shorter write-up. Let me propose a few basic principles: - Companies wanting to actively participate in, and build on top of, conda-forge should aim to be "good citizens" - give more to the community than you take from it. - For code contributions that are funded (= part of someone's day job), aim to contribute also 20% of the value of that funded time as a financial or in-kind contribution to conda-forge. - Example: if you let a developer do 3 months of full-time work sending PRs to conda-forge, and that had a total cost of $50,000 (salary + overhead), then also contribute $10,000 or the equivalent in Azure cloud credits that conda-forge can use. - Companies should aim to employ one or more core team member and give them time to work on topics that conda-forge as a whole needs, in addition to the things a company may need for itself. To connect this back to Q1: _if_ a company does all these things, it should hopefully be possible to build on top of conda-forge in a sustainable way, and plan for projects or products that are "conda-forge first". ## Comment Section ### Eric D. Everyone on the core team has the same access to everything. Anyone on core can merge anything anywhere in all of CF infrastructure. This is a privilege that your peers decided to give you when we all voted you to become part of the core team. To me, the short version is: 1. use your best judgement and be willing to, in hindsight, have done the wrong thing 1. if things go sideways, make it a priority to fix the issue, or ask for help fixing the issue. 1. when we discuss it in a core meeting, show good intent. As long as the intent is good and it was, in hindsight, a bad idea, I'm going to support your choice to take action. 1. we'll codify the things that went wrong as a "maybe dont do this again in the future" 1. If someone on core is regularly "abusing" their powers and regularly breaking things in a way that makes CF look bad then we might decide to take action up to and including removal of your core status. From #1 above, if you're not willing to, in hindsight, have done the wrong thing, then you should start planning months ahead of time to ensure you have plenty of time to carefully walk forward without ever doing "the wrong thing".

Import from clipboard

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lost their connection.

Create a note from template

Create a note from template

Oops...
This template is not available.


Upgrade

All
  • All
  • Team
No template found.

Create custom template


Upgrade

Delete template

Do you really want to delete this template?

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Tutorials

Book Mode Tutorial

Slide Mode Tutorial

YAML Metadata

Contacts

Facebook

Twitter

Discord

Feedback

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions

Versions and GitHub Sync

Sign in to link this note to GitHub Learn more
This note is not linked with GitHub Learn more
 
Add badge Pull Push GitHub Link Settings
Upgrade now

Version named by    

More Less
  • Edit
  • Delete

Note content is identical to the latest version.
Compare with
    Choose a version
    No search result
    Version not found

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub

      Please sign in to GitHub and install the HackMD app on your GitHub repo. Learn more

       Sign in to GitHub

      HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Available push count

      Upgrade

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Upgrade

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully